/** Shopify CDN: Minification failed

Line 482:0 Unexpected "@media"

**/
#MainContent {
    padding-top: 120px;
}

header-drawer,
.header__inline-menu {
    display: none;
}

/* .sex-toy .product__title h1 {
    color: #D36B88;
} */

.grid__item.toy-features {
    background-color: #fff;
    padding: 0 0 40px;
    border-radius: 25px;
    max-height: max-content;
}

.grid__item.toy-features.mobile {
    display: block;
}

.grid__item.toy-features.mobile {
    display: none;
}

/* Parent container for vertically stacked icons with spacing */
.benefit-icons-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.2rem;
    /* Space between icon items */
}

.benefit-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 15px
}

.benefit-icon {
    width: 8.5rem;
    height: auto;
    margin-bottom: 0.5rem;
}

.benefit-title {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 900;
    margin: 0;
}

.comparison-slide {
    outline: none;
}

.comparison-slider-heading {
    text-align: center;
    font-size: 40px;
    margin-top: 0;
}

.comparison-slide--specs .specs-list {
    margin-top: 113%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    margin-left: 15px;
}

.specs-item {
    font-weight: bold;
    margin: 8px 0;
}

.comparison-slider-wrapper .slick-list {
    margin: 0 -5px;
}

.comparison-slider-wrapper .slick-slide {
    margin: 0 5px;
}

.product-rating {
    margin-left: 10px;
}

.rating-icon {
    height: 12px;
    display: inline !important;
}

.product-spec-products-carousel {
    margin-top: 20px;
    max-width: 595px;
}

/* Remove or comment out this block if you are no longer using .product-spec-products-carousel in your layout:
  .product-spec-products-carousel .slick-slide {
    margin: 0 5px;
  }
  .product-spec-products-carousel .slick-list {
    margin: 0 -5px;
  } */

.product-spec-slider {
    display: flex;
    gap: 15px;
}

.product-spec-slide {
    flex: 1 0 auto;
    max-width: 100%;
}

.product-spec-product-card {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.012);
}

.product-spec-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0c518f;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: bold;
}

.product-spec-image img {
    max-width: 100%;
    border-radius: 8px;
}

.product-spec-title {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    margin: 0 !important;
}

.product-spec-title a {
    text-decoration: none;
    color: #000;
}

.product-spec-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.product-spec-item {
    margin: 18px 0;
    font-size: 12px;
}

.product-spec-price {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}

.compare-price {
    text-decoration: line-through;
    color: gray;
    font-size: 12px;
    margin-left: 5px;
}

.product-spec-add-to-cart {
    background: #000;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}

.product-spec-add-to-cart.disabled {
    background: gray;
    cursor: not-allowed;
}

.product-rating {
    margin-left: 10px;
}

.rating-icon {
    height: 12px;
    display: inline !important;
}

.upsell-product-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upsell-products-carousel {
    margin-right: -15px;
    margin-top: 20px;
    max-width: 595px;
}

.upsell-products-carousel .slick-slide {
    margin: 0 5px;
}

.upsell-products-carousel .slick-list {
    margin: 0 -5px;
}

.upsell-slider {
    display: flex;
    gap: 10px;
    overflow: hidden;
}

.upsell-slider.single-slide {
    display: flex;
    justify-content: left;
}

.upsell-slider.single-slide .upsell-slide {
    flex: 1;
    max-width: 200px;
}

.upsell-slide {
    flex: 1 0 auto;
    max-width: 200px;
}

.upsell-product-card {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.012);
}

.upsell-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0c518f;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: bold;
}

.upsell-image img {
    max-width: 100%;
    border-radius: 8px;
}

.upsell-title {
    font-size: 14px;
    font-weight: 600;
    height: 16px;
    margin: 0 !important;
}

.upsell-title a {
    text-decoration: none;
    color: #000;
}

.upsell-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.product-rating {
    color: #000;
}

.upsell-price {
    font-size: 14px;
    color: #000;
    margin-top: -15px;
}

.compare-price {
    text-decoration: line-through;
    color: gray;
    font-size: 12px;
    margin-left: 5px;
}

.upsell-add-to-cart {
    background: #000;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}

.upsell-add-to-cart.disabled {
    background: gray;
    cursor: not-allowed;
}

.collage-card {
    position: relative;
}

.overlay-text {
    position: absolute;
    left: var(--x, 50%);
    top: var(--y, 50%);
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    word-break: break-word;
    padding: 8px 12px;
    color: var(--txt, #5f3030);
}

.overlay-text .overlay-main {
    font-size: 4.5rem;
    line-height: 1;
    padding-bottom: 60px;
}

.overlay-text .overlay-sub {
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 0;
}

.overlay-text>*+* {
    margin-top: 0.35em;
}

.accordion-section {
    width: 100%;
    max-width: 1200px;
}

.accordion-item+.accordion-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.accordion-title {
    font-weight: 600;
}

.accordion-icon svg {
    transition: transform 0.25s;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.accordion-header[aria-expanded='true'] .icon-plus {
    display: none;
}

.accordion-header[aria-expanded='false'] .icon-minus {
    display: none;
}

.accordion-header[aria-expanded='true'] .icon-minus {
    transform: rotate(0deg);
}

.accordion-header[aria-expanded='false'] .icon-plus {
    transform: rotate(0deg);
}

.box-content-container {
    max-width: 1200px;
}

.box-content-wrapper {
    padding: 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.box-content-carousel {
    display: flex;
    gap: 16px;
    width: auto;
    padding-left: 10px;
}

.box-content-item {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
}

.box-content-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    background-color: #f5f5f5;
    border: 1px solid #0000000f;
}

.box-content-label {
    margin-top: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.box-content-heading {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}

.slider

@media (min-width: 1024px) {
    .comparison-slide--specs .specs-list {
        margin-top: 105%;
    }
}

@media (min-width: 751px) {
    .box-content-heading {
        font-size: 16px;
    }
    .box-content-carousel {
        justify-content: center;
    }

    .accordion-body {
        text-align: center;
    }
    .accordion-image {
        width: 60%;
    }

    .product-spec-item {
        font-size: 16px;
    }
}

@media (max-width: 989px) {
    .grid__item.toy-features.desktop {
        display: none;
    }

    .grid__item.toy-features.mobile {
        display: block;
    }

    .benefit-icons-grid {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1.5rem;
    }

    .benefit-item {
        flex-direction: column;
        width: 12rem;
        gap: 0;
    }

    .benefit-title {
        text-align: center;
        font-size: 1.4rem;
    }
}

@media (max-width: 750px) {
    #MainContent {
        padding-top: 75px;
    }

    .grid__item.toy-features {
        padding: 0;
    }

    .benefit-icon {
        width: 7rem;
    }

    .sex-toy.grid {
        gap: 30px !important;
    }

    .overlay-text .overlay-main {
        font-size: 4rem;
    }

    .overlay-text .overlay-sub {
        font-size: 1.9rem;
    }

    .overlay-text {
        left: var(--x-m, 50%);
        top: var(--y-m, 50%);
    }

    .sex-toy .slider-buttons {
      display: flex !important;
    }
    .slider-counter.caption {
        display: none !important;
    }
}

.faqmain {
    background: #f5f5f5 !important;
}