/* ========================================
   RESET / GLOBAL
======================================== */

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #2b2b2b;
}

a {
    color: #6b2ebd;
    text-decoration: none;
}

a:hover {
    color: #111111;
}


/* ========================================
   HEADER
======================================== */

.site-header {
    background: #ffffff;
    text-align: center;
    padding: 0;
    position: relative;
}

.logo-wrap img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header-contact {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 275px;
    text-align: center;
}

.header-contact a {
    color: #6b2ebd;
    text-decoration: none;
}

.header-contact a:hover {
    color: #111111;
}

.header-email {
    position: absolute;
    left: 0;
    top: 40px;
    width: 300px;
    text-align: left;
    white-space: nowrap;
}

.header-email a {
    color: #6b2ebd;
    text-decoration: none;
}

.header-email a:hover {
    text-decoration: underline;
}

.header-cart {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 260px;
    text-align: center;
    padding-bottom: 12px;
}

.header-btn {
    display: inline-block;
    padding: 10px 16px;
    background: #6b2ebd;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s;
    margin: 0 3px;
}

.header-btn:hover {
    background: #111111;
    color: #ffffff;
}

.checkout-btn {
    background: #4b1485;
}

.header-payment-icons {
    display: block;
    width: 220px;
    margin: 6px auto 0 auto;
}

.header-payments {
    position: absolute;
    right: 30px;
    top: 82px;
    width: 260px;
    text-align: center;
    margin: 0;
}

.header-payments img {
    max-width: 220px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.secure-checkout {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-top: 3px;
    text-align: center;
}

.header-top-info {
    position: absolute;
    right: 30px;
    top: 115px;
    width: 260px;
    text-align: center;
    font-size: 13px;
}

.header-top-info span:first-child {
    display: block;
}

.header-top-info span:nth-child(2),
.header-top-info a {
    display: none;
}

.tagline-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 8px auto 14px;
    color: #6b2ebd;
    font-size: 20px;
    font-weight: bold;
}

.tagline-row span {
    height: 1px;
    background: #8c44c4;
    width: 280px;
}

.tagline-row p {
    margin: 0;
}

.header-search {
    text-align: center;
    margin: 10px auto 8px auto;
}

.header-search input[type="text"] {
    width: 250px;
    padding: 8px 10px;
    border: 1px solid #7a2cbf;
    border-radius: 4px;
    font-size: 14px;
}

.header-search button {
    padding: 8px 14px;
    background: #6a1b9a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.header-search button:hover {
    background: #7d2db5;
}


/* ========================================
   NAVIGATION
======================================== */

.main-nav {
    background: linear-gradient(90deg, #3d075f, #7b2dbd, #3d075f);
    text-align: center;
    position: relative;
    z-index: 999;
}

.mobile-menu-button {
    display: none;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu > li {
    display: inline-block;
    position: relative;
}

.nav-menu > li > a {
    display: block;
    color: #ffffff;
    padding: 17px 28px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.nav-menu > li > a:hover {
    background: #ffffff;
    color: #5b1685;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border: 1px solid #d6b8ef;
    border-top: 3px solid #7b2dbd;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    border-radius: 0 0 6px 6px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    text-align: left;
    z-index: 1000;
}

.dropdown li a {
    display: block;
    padding: 12px 18px;
    color: #4b1485;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
}

.dropdown li a:hover {
    background: #f3e9fb;
    color: #111111;
}

.nav-menu > li:hover .dropdown {
    display: block;
}


/* ========================================
   TRUST STRIP
======================================== */

.trust-strip {
    background: #fbf8ff;
    padding: 26px 20px;
    border-bottom: 1px solid #eeeeee;
}

.trust-inner {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    color: #6b2ebd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.trust-icon-bar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    padding: 8px 0 10px 0;
    background: #f8f5fb;
}

.trust-icon {
    width: 90px;
    text-align: center;
}

.trust-icon img {
    width: 35px;
    height: auto;
    display: block;
    margin: 0 auto 2px auto;
}

.trust-icon span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #5b2394;
    line-height: 1.1;
}


/* ========================================
   MAIN PAGE / HOME CONTENT
======================================== */

.page-wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 34px 20px 60px;
}

.categories-section {
    text-align: center;
}

.categories-section h1 {
    margin: 0;
    color: #5b1685;
    font-size: 40px;
    line-height: 1.2;
}

.homepage-seo-title {
    text-align: center;
    color: #5b2394;
    font-size: 2.2rem;
    margin: 20px 0;
}

.heart-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 12px 0 18px;
    color: #6b2ebd;
    font-size: 24px;
}

.heart-divider span {
    display: block;
    height: 1px;
    width: 90px;
    background: #8c44c4;
}

.section-intro {
    max-width: 900px;
    margin: 0 auto 28px;
    font-size: 20px;
    line-height: 1.6;
    color: #333333;
}


/* ========================================
   CATEGORY CARDS
======================================== */

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.category-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.category-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background: #f4f4f4;
}

.category-card-content {
    padding: 15px;
}

.category-card h2 {
    margin: 0 0 10px;
    color: #5b1685;
    font-size: 22px;
}

.category-card p {
    margin: 0 auto 18px;
    color: #333333;
    font-size: 17px;
    line-height: 1.45;
}

.button {
    display: inline-block;
    background: linear-gradient(180deg, #8f3ed0, #7425ad);
    color: #ffffff;
    padding: 13px 26px;
    border-radius: 5px;
    font-weight: bold;
}

.button:hover {
    background: #111111;
    color: #ffffff;
}


/* ========================================
   SEO CONTENT
======================================== */

.seo-content {
    max-width: 1000px;
    margin: 55px auto 0;
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.seo-content h2 {
    color: #5b1685;
    font-size: 30px;
}


/* ========================================
   FOOTER
======================================== */

.site-footer {
    background: #111111;
    color: #cccccc;
    padding: 48px 20px 28px;
    font-size: 15px;
}

.footer-grid {
    max-width: 1250px;
    margin: 0 auto 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.footer-column h3 {
    color: #ffffff;
    margin: 0 0 14px;
    font-size: 18px;
}

.footer-column a {
    display: block;
    color: #c89cff;
    margin-bottom: 8px;
    text-decoration: none;
}

.footer-column a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-column p {
    margin: 0 0 12px;
    color: #cccccc;
    line-height: 1.7;
}

.footer-note {
    font-size: 14px;
    color: #bbbbbb;
}

.payment-icons {
    margin-top: 15px;
}

.payment-icons img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
}

.footer-trust-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 15px 0;
}

.footer-trust-item {
    width: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.footer-trust-item img {
    width: 48px !important;
    max-width: 48px !important;
    height: auto !important;
    display: block;
    margin: 0 auto 5px auto;
}

.footer-bottom {
    max-width: 1250px;
    margin: 0 auto;
    border-top: 1px solid #333333;
    padding-top: 20px;
    text-align: center;
    color: #aaaaaa;
}

.footer-bottom a {
    color: #c89cff;
}

.footer-bottom a:hover {
    color: #ffffff;
}


/* ========================================
   TABLET
======================================== */

@media only screen and (max-width: 900px) {
    .tagline-row {
        font-size: 16px;
    }

    .tagline-row span {
        display: none;
    }

    .main-nav a {
        padding: 13px 12px;
        font-size: 14px;
    }

    .trust-inner {
        grid-template-columns: 1fr 1fr;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .categories-section h1 {
        font-size: 32px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* ========================================
   MOBILE
======================================== */

@media only screen and (max-width: 768px) {
    .site-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo-wrap img {
        max-width: 82%;
    }

    .header-cart {
        order: 2;
        position: static !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: 6px auto 2px auto;
        z-index: 1;
    }

    .header-btn {
        width: 25%;
        max-width: 100px;
        padding: 5px 3px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
    }

    .header-payments {
        order: 3;
        position: static !important;
        text-align: center;
        width: 100%;
        margin: -12px auto -4px auto;
    }

    .header-payments img {
        max-width: 150px !important;
        width: auto;
        height: auto;
    }

    .secure-checkout {
        font-size: 13px;
        margin-top: 2px;
    }

    .header-contact {
        order: 4;
        position: static !important;
        text-align: center;
        margin: 6px auto 8px auto;
        font-size: 14px;
        line-height: 1.3;
    }

    .header-email,
    .header-top-info {
        display: none !important;
    }

    .tagline-row {
        font-size: 16px;
        padding: 0 10px;
        line-height: 1.25;
    }

    .header-search {
        width: auto;
        max-width: 430px;
        display: flex;
        justify-content: center;
        margin: 10px auto 8px auto;
        padding: 0 10px;
        gap: 6px;
    }

    .header-search input[type="text"] {
        width: 250px;
        max-width: 100%;
        min-width: 0;
    }

    .header-search button {
        flex-shrink: 0;
    }

    .main-nav {
        position: sticky;
        top: 0;
        z-index: 9999;
        width: 100%;
    }

    .main-nav.mobile-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
    }

    body.mobile-nav-stuck .page-wrap {
        padding-top: 80px;
    }

    .mobile-menu-button {
        display: block !important;
        width: 100%;
        background: #5b1685;
        color: #ffffff;
        border: none;
        padding: 14px 18px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        text-align: left;
    }

    .nav-menu {
        display: none;
    }

    .nav-menu.mobile-open {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0 12px 0;
        background: #ffffff;
    }

    .nav-menu > li {
        display: block !important;
        width: 100%;
    }

    .nav-menu > li > a {
        display: block;
        width: 220px;
        margin: 6px 0 6px 10px;
        padding: 10px;
        text-align: center;
        border-radius: 6px;
        background: linear-gradient(#8a44c9, #6d28a8);
        color: #ffffff !important;
        border: 1px solid #a56bdd;
        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        font-weight: bold;
    }

    .nav-menu > li > a:hover {
        background: linear-gradient(#a65ae8, #7b2dbd) !important;
        border-color: #c18ef0 !important;
        color: #ffffff !important;
    }

    .dropdown {
        display: none !important;
    }

    .trust-icon-bar {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        gap: 0;
        justify-content: space-around;
        padding: 6px 0;
    }

    .trust-icon {
        width: 20%;
        max-width: 20%;
        padding: 0 2px;
    }

    .trust-icon img {
        width: 38px;
    }

    .trust-icon span {
        font-size: 12px;
        line-height: 1.05;
    }

    .category-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px;
    }

    .category-card img {
        height: 120px;
    }

    .category-card-content {
        padding: 8px;
    }

    .category-card h2 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .category-card p {
        display: none;
    }

    .category-card .button {
        font-size: 11px;
        padding: 7px 8px;
    }

    .site-footer {
        padding: 10px 20px 16px !important;
    }

    .footer-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 !important;
        margin-bottom: 10px !important;
    }

    .footer-column {
        margin-bottom: 0;
        min-height: 0;
        border-bottom: 1px solid #333333;
    }

    .footer-column h3 {
        cursor: pointer;
        border-bottom: 1px solid #333333;
        margin: 0;
        position: relative;
        font-size: 16px;
        padding: 10px 8px;
        text-align: left;
        line-height: 1.2;
    }

    .footer-column h3::after {
        content: "+";
        position: absolute;
        right: 8px;
        font-size: 20px;
    }

    .footer-column.active h3::after {
        content: "-";
    }

    .footer-column a,
    .footer-column p,
    .footer-column .payment-icons {
        display: none;
    }

    .footer-column.active a,
    .footer-column.active p,
    .footer-column.active .payment-icons {
        display: block;
    }

    .footer-trust-icons {
        grid-column: 1 / -1;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 10px 0;
        margin: 10px auto;
    }

    .footer-trust-item {
        width: 58px;
        text-align: center;
        font-size: 10px;
        line-height: 1.1;
        color: #ffffff;
    }

    .footer-trust-item img {
        width: 32px !important;
        max-width: 32px !important;
        height: auto !important;
        display: block;
        margin: 0 auto 4px auto;
    }

    .footer-bottom {
        clear: both;
        grid-column: 1 / -1;
        padding-top: 10px;
        margin-top: 10px;
    }
}


/* ========================================
   SMALL MOBILE
======================================== */

@media only screen and (max-width: 700px) {
    .logo-wrap img {
        max-width: 70%;
        height: auto;
    }

    .header-payments {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
    .logo-wrap img {
        max-width: 300px;
    }

    .trust-inner {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-intro {
        font-size: 17px;
    }
    
.mobile-menu-button {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .mobile-menu-button {
        display: block !important;
        width: 100% !important;
        background: #5b1685 !important;
        color: #ffffff !important;
        border: none !important;
        padding: 14px 18px !important;
        font-size: 18px !important;
        font-weight: bold !important;
        cursor: pointer !important;
        text-align: left !important;
    }

    .nav-menu {
        display: none !important;
    }

    .nav-menu.mobile-open {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 8px 0 12px 0 !important;
        background: #ffffff !important;
    }

    .nav-menu.mobile-open > li {
        display: block !important;
        width: 100% !important;
    }

    .nav-menu.mobile-open > li > a {
        display: block !important;
        width: 220px !important;
        margin: 6px 0 6px 10px !important;
        padding: 10px !important;
        text-align: center !important;
        border-radius: 6px !important;
        background: linear-gradient(#8a44c9,#6d28a8) !important;
        color: #ffffff !important;
        border: 1px solid #a56bdd !important;
        box-shadow: 0 1px 3px rgba(0,0,0,.15) !important;
        font-weight: bold !important;
    }

    .dropdown {
        display: none !important;
    }
    
    /* Primal Pleasure footer banner */

.footer-sister-site {
    text-align: center;
    padding: 20px 10px;
    border-top: 1px solid #333;
    margin-top: 15px;
}

.footer-sister-site img {
    width: 250px !important;
    max-width: 250px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
}

.footer-sister-site p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
}
}
}
/* LEFT SIDEBAR FOR INNER PAGES */

.with-sidebar {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 35px;
  align-items: start;
}

.site-sidebar {
  width: 100%;
}

.sidebar-box {
  background: #f8f5fb;
  border: 1px solid #d8c4e6;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.sidebar-box h3 {
  margin-top: 0;
  color: #5b0b83;
  font-size: 1.15rem;
}

.sidebar-featured img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.sidebar-box p {
  font-size: 0.95rem;
  line-height: 1.45;
}

.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links li {
  border-bottom: 1px solid #e5d8ef;
}

.sidebar-links li:last-child {
  border-bottom: none;
}

.sidebar-links a {
  display: block;
  padding: 9px 0;
  color: #4b0065;
  font-weight: 700;
  text-decoration: none;
}

.sidebar-links a:hover {
  color: #8000b0;
  text-decoration: underline;
}

.sidebar-btn {
  display: block;
  background: #5b0b83;
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
}

.sidebar-btn:hover {
  background: #7b16ad;
}

.sidebar-trust p {
  margin: 7px 0;
  font-weight: 700;
}

/* Mobile: sidebar drops under header and above content */
@media (max-width: 850px) {
  .with-sidebar {
    display: block;
  }

  .site-sidebar {
    margin-bottom: 25px;
  }
}

/* INNER PAGE SIDEBAR LAYOUT */

.inner-page-grid {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 35px;
    align-items: start;
    width: 100%;
}

#sidebar-placeholder {
    order: 1;
}

.inner-page-grid .seo-content {
    order: 2;
    margin: 0;
    max-width: none;
}

@media only screen and (max-width: 850px) {
    .inner-page-grid {
        display: flex;
        flex-direction: column;
    }

    .inner-page-grid .seo-content {
        order: 1;
    }

    #sidebar-placeholder {
        order: 2;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 850px) {
    #sidebar-placeholder {
        display: none !important;
    }

    .inner-page-grid {
        display: block !important;
    }

    .inner-page-grid .seo-content {
        margin: 0 auto !important;
        max-width: 1000px !important;
    }
}

/* LEFT HEADER STORY AREA */

.header-story{
    position: absolute;
    left: 35px;
    top: 35px;
    width: 220px;
    text-align: center;
    color: #5b1685;
    padding: 14px 12px;
    border: 1px solid #d8c4e6;
    border-radius: 12px;
    background: #ffffff;
}

.family-owned{
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
    line-height: .95;
    color: #5b1685;
    margin-bottom: 12px;
}

.family-owned span{
    display:block;
    font-size:13px;
    font-style:normal;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top:8px;
}

.header-community{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:10px;
    padding-top:12px;
    border-top:1px solid #d8c4e6;
}

.community-icon{
    font-size:32px;
      flex-shrink:0;
}

.community-text{
    text-align:left;
    font-size:15px;
    line-height:1.4;
}

.community-text strong{
    color:#5b1685;
    font-size:16px;
}

.community-text a{
    color:#5b1685;
    font-weight:bold;
    text-decoration:none;
}

.community-text a:hover{
    text-decoration:underline;
}
/* MOBILE HEADER STORY FIX */
@media only screen and (max-width: 768px) {
    .header-story {
        display: none !important;
    }
}