/** Shopify CDN: Minification failed

Line 2933:16 Unexpected "{"
Line 2933:25 Expected ":"
Line 2940:16 Unexpected "{"
Line 2940:25 Expected ":"
Line 2947:18 Unexpected "{"
Line 2947:27 Expected ":"
Line 2950:18 Unexpected "{"
Line 2950:27 Expected ":"
Line 2953:18 Unexpected "{"
Line 2953:27 Expected ":"

**/
/* Product info */

slider-component.main-media .slider:after{
    content: none;
}
product-info media-gallery {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 20px;
}
product-info .main-media .slider-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 0;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 2;
}
product-info .main-media .slider-buttons button.slider-button {
    padding: 0;
    width: auto;
    height: auto;
    transform: rotate(90deg);
}
product-info .main-media .slider-buttons button.slider-button .svg-wrapper {
    background: #3a3a3b;
    border-radius: 7px;
}
product-info .main-media .slider-buttons button.slider-button .svg-wrapper svg {
    color: #FFF9EE !important;
}
product-info .main-media .slider-buttons .slider-counter.caption {
    display: none;
}
product-info .main-media div#wishlist-hero-product-page-button {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 60px;
}
product-info .main-media #wishlisthero-product-page-button-container {
    padding: 0 !important;
}
product-info .main-media button.pdp-wisahlist {
    opacity: 1 !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: #F6EFE2 !important;
    border-radius: 100px !important;
    min-width: auto !important;
    min-height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15.6px rgba(58, 58, 59, 0.5);
}
product-info .main-media button.pdp-wisahlist svg {
    width: 15px !important;
    height: auto;
}
product-info .main-media button.pdp-wisahlist::before,
product-info .main-media button.pdp-wisahlist::after{
    content: none;
}
product-info .main-media .share-button {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
    background: #F6EFE2;
    box-shadow: 0px 0px 15.6px rgba(58, 58, 59, 0.5);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
product-info .main-media button.share-button__button {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-height: auto;
}
product-info .main-media .share-button span.svg-wrapper {
    width: 15px;
    height: 15px;
}
.product__media-icon.product__media-icon--lightbox svg.icon {
    width: 18px;
    height: 18px;
}
product-info .main-media .share-button svg.icon {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #f05a22;
}
product-info .main-media button.share-button__button .svg-wrapper {
    width: 15px;
    height: 15px;
}
product-info .main-media button.share-button__button svg.icon {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #f05a22;
}
product-info media-gallery .main-media {
    width: 85%;
    height: fit-content;
}
.product-media-modal__content img.global-media-settings {
    height: 100%;
    max-height: 100vh;
    object-fit: contain;
    width: auto;
}
.product-media-modal__toggle {
    background: #3a3a3b !important;
    color: #fff !important;
}
.product-media-modal__toggle path {
    stroke-width: 1.5px;
    stroke: #fff;
}
product-info media-gallery .main-media .product__media {
    padding-top: var(--ratio-percent) !important;
}
product-info media-gallery .thumbnail-slider {
    width: 17%;
    max-width: 130px;
    flex-direction: column;
    justify-content: center;
    max-height: calc(36vw + 20px);
}
product-info media-gallery .thumbnail-slider ul {
    flex-direction: column;
    scroll-padding-top: 0.5rem;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}
product-info media-gallery .thumbnail-slider li {
    width: 100% !important;
    height: auto !important;
}
product-info media-gallery .thumbnail-slider .thumbnail {
    position: relative;
}
product-info media-gallery .thumbnail-slider li .thumbnail img {
    display: block;
}
product-info media-gallery .thumbnail-slider li:before{
    content: none;
}
product-info media-gallery .thumbnail-slider .slider-button {
    display: none !important;
}
.variant-icons-wrapper {
    display: flex;
    background: #FFF9EE;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}
.variant-icons-wrapper .icon-text-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3a3a3b;
    font-style: italic;
    width: 100%;
}
.variant-icons-wrapper .icon-text-block img {
   width: 100%;
    padding: 6px;
    height: auto;
    max-width: 50px;
}
.product__info-wrapper .product__title h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}
.product__info-wrapper .variant-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product__info-wrapper .variant-preview {
    position: relative;
    background: #FFF9EE;
    width: fit-content;
    padding: 4px 11px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3A3A3B;
    cursor: pointer;
}
.product__info-wrapper .variant-preview:after {
    content: '';
    position: absolute;
    border: solid #F05A22;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    right: -20px;
    top: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.rating-rotator .rating-item {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #3A3A3B;
    opacity: 0;
    animation: rotateRating 4s ease infinite;
}
.rating-rotator .rating-item img {
    width: 14px;
    height: auto;
}
.rating-rotator .rating-item .star {
    color: #f05a22;
}
.rating-rotator .rating-item:nth-child(1) {
  animation-delay: 0s;
}
.rating-rotator .rating-item:nth-child(2) {
  animation-delay: 2s;
}
@keyframes rotateRating {
  0%, 49.99% {opacity: 1; }
  50%, 100% { opacity: 0; }
}
.product__info-wrapper p.product-subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #3A3A3B;
    margin-top: 5px;
}
 .product__info-wrapper .product__title {
    margin-bottom: 0;
}
.product__info-wrapper .pdp-sale-timer .timer {
    display: flex;
    width: fit-content;
    position: relative;
    overflow: hidden;
}
.product__info-wrapper .pdp-sale-timer .timer .label {
    background: #fff9ee;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3b;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 8px;
    position: relative;
    z-index: 0;
    border: 2px solid #F05A2240;
}
.product__info-wrapper .pdp-sale-timer .timer .timer-values {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f05a2240;
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3b;
    margin-left: -10px;
    border: 2px solid #F05A2240;
    border-radius: 0 8px 8px 0;
    min-width: 130px;
}
.product__info-wrapper .pdp-sale-timer .timer .timer-block {
    display: flex;
    align-items: center;
}
.product__info-wrapper .pdp-sale-timer .timer .timer-values span.value {
    font-family: Anton !important;
    line-height: 1;
}
.product__info-wrapper .pdp-sale-timer .timer .timer-values .separator {
    font-weight: 700;
    margin: -4px 1px 0;
}
.product__info-wrapper .pdp-sale-timer .timer .timer-values span.unit {
    display: none;
}
.product__info-wrapper .pdp-sale-timer .timer .label:before,
.product__info-wrapper .pdp-sale-timer .timer .timer-values:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100px;
    z-index: 1;
    border: 2px solid #F05A2240;
}
.product__info-wrapper .pdp-sale-timer .timer .label:before {
    left: -8px;
    top: 7px;
}
.product__info-wrapper .pdp-sale-timer .timer .timer-values:before {
    border-color: #f8b79f;
    right: -6px;
    top: 8px;
}
.product__info-wrapper .price.price--large {
    font-size: unset;
}
.product__info-wrapper .price__container .price__sale{
    display: flex;
    align-items: center;
}
.product__info-wrapper .price__container .price__sale span {
    line-height: 1;
}
.product__info-wrapper .price__container span.mrp-label {
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3b;
    letter-spacing: 0;
    margin-right: 6px;
}
.product__info-wrapper .price span.price-item {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 10px;
}
.product__info-wrapper .price span.badge.badge--sale {
    margin: 0 10px 0 0;
    background: #fff9ee;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    color: #3a3a3b;
    padding: 3px 6px;
    font-weight: 500;
}
.product__info-wrapper .price .price__sale .price-item.price-item--regular {
    font-size: 20px;
    line-height: 20px;
    color: #b8b8b8;
    letter-spacing: 0;
    font-weight: 400;
}
.product__info-wrapper .price span.tax-info {
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3b;
}
.product__info-wrapper .deal-offer-bar {
    background: #F05A22;
    border-radius: 8px;
    position: relative;
    color: #FFF9EE;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    line-height: 18px;
    width: fit-content;
    padding: 10px 15px;
}
.product__info-wrapper .deal-offer-bar span.svg-wrapper {
    width: 16px;
    height: auto;
}
.product__info-wrapper .deal-offer-bar strong {
    font-weight: 600;
}
.product__info-wrapper .product-form__buttons {
    max-width: 100%;
    position: relative;
}
.product__info-wrapper .product-form__buttons button.product-form__submit {
    border-radius: 10px;
}
.product__info-wrapper .product-form__buttons button.product-form__submit:before,
.product__info-wrapper .product-form__buttons button.product-form__submit:after {
    border-radius: 8px;
}
.product__info-wrapper .product-form__buttons button.product-form__submit span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    font-weight: 600;
}
.product__info-wrapper .video-shopping-container {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    justify-content: space-between;
    background: #FFF9EE;
    border: 2px solid #F05A22;
    border-radius: 12px;
}
.product__info-wrapper .video-shopping-container .video-shopping-icon {
    display: flex;
}
.product__info-wrapper .video-shopping-container .video-shopping-icon svg.broadcast {
    position: relative;
    overflow: visible;
    width: 60px;
}
.product__info-wrapper .video-shopping-icon .broadcast .wave {
  animation: pulse 1.6s infinite ease-out;
  transform-origin: center;
}
.product__info-wrapper .video-shopping-icon .broadcast .wave.wave-1 {
  animation-delay: 0.2s;
}
.product__info-wrapper .video-shopping-icon .broadcast .wave.wave-2 {
  animation-delay: 0.4s;
}
@keyframes pulse {
  0% {opacity: 1;transform: scale(1);}
  70% {opacity: 0;transform: scale(1.2);}
  100% {opacity: 0;}
}
.product__info-wrapper .video-shopping-container .video-shopping-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #3A3A3B;
}
.product__info-wrapper .video-shopping-container span.call-now-text a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #f05a22;
    text-decoration: none;
    letter-spacing: 0;
}
.product__info-wrapper .pin-variant-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.product__info-wrapper .pincode-status {
    color: #3a3a3b;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
}
.product__info-wrapper .pincode-status span.pincode-prominent {
    font-weight: 500;
    color:rgb(0, 137, 18);
    letter-spacing: 0;
}
.product__info-wrapper p.schedule-selection {
    color: #ffff;
    padding: 6px 12px;
    line-height: 1;
    font-weight: 600;
    background: #3a3a3b;
    font-size: 12px;
    border-radius: 6px;
    margin-top: 10px;
    width: max-content;
}
.product__info-wrapper .pincode-checker-wrapper {
    width: 35%;
}
.product__info-wrapper .pincode-input-box {
    position: relative;
}
.product__info-wrapper .pincode-input-box input {
    display: flex;
    align-items: center;
    border: 2px solid #ff6b2b;
    border-radius: 8px;
    padding: 10px 60px 10px 10px;
    max-width: 100%;
    justify-content: space-between;
    font-size: 12px;
    width: 100%;
    height: 40px;
}
.product__info-wrapper .pincode-input-box input:focus-visible {
    outline: none;
    box-shadow: none;
}
.product__info-wrapper .pincode-input-box input::placeholder {
    color: #3A3A3B;
    font-size: 12px;
}
.product__info-wrapper .pincode-check-btn {
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #3a3a3b;
    height: 100%;
}
.product__info-wrapper .schedule-delivery-link {
    display: inline-block;
    font-weight: 600;
    color: #F05A22;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1.5px solid;
    line-height: 1;
}
.product__info-wrapper .varaint-selector-pincode {
    width: 65%;
    flex-direction: column;
    align-items: unset;
}
.product__info-wrapper .varaint-selector-pincode .variant-preview {
    background: transparent;
    width: 100%;
    border: 2px solid #F05A22;
    padding: 10px 5px;
    border-radius: 8px;
    font-size: 14px;
    color: #F05A22;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
}
.product__info-wrapper .varaint-selector-pincode .variant-preview:after {
    content: "";
    top: unset;
    right: unset;
    position: relative;
    border: solid #F05A22;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.product__info-wrapper .varaint-selector-pincode p.variant-count-message {
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: #3A3A3B;
    font-style: italic;
}
.product__info-wrapper .offer-section {
    background: #FFF9EE;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.product__info-wrapper .offer-container {
    position: relative;
    padding: 20px 40px 20px 20px;
}
.product__info-wrapper .offer-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product__info-wrapper .offer-slider-track {
  display: flex;
  transition: transform 0.3s ease;
}
.product__info-wrapper .offer-grid {
  display: flex !important;
  gap: 15px;
}
.product__info-wrapper .offer-card {
    width: 100%;
    min-width: 150px;
}
.product__info-wrapper .offer-title {
    font-size: 14px;
    font-weight: 500;
    color: #F05A22;
    margin: 0;
}
.product__info-wrapper .offer-card .offer-card-content {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-top: 10px;
}
.product__info-wrapper .offer-text {
    font-size: 14px;
    color: #3A3A3B;
    margin: 0;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
    min-height: 30px;
}
.product__info-wrapper .offer-text p {
    margin: 0;
}
.product__info-wrapper .offer-image {
    width: auto;
    height: 20px;
    margin: 10px auto;
    display: block;
}
.product__info-wrapper .offer-link {
    color: #F05A22;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid;
    line-height: 1;
}
.product__info-wrapper .offer-arrow {
    position: absolute;
    background: #3A3A3B;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    cursor: pointer;
    color: #FFF9EE;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.product__info-wrapper .offer-arrow svg.icon {
    width: 10px;
    height: auto;
}
.product__info-wrapper .offer-arrow-left {
    top: 45%;
    transform: rotate(180deg);
}
.product__info-wrapper .offer-arrow-right {
    top: 65%;
}
.product__info-wrapper .custom-complementary {
    margin-top: 25px;
    margin-bottom: 0;
}
.product__info-wrapper .cc-header {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
}
.product__info-wrapper .cc-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #F05A22;
    margin: 0;
    margin-bottom: 4px;
}
.product__info-wrapper .cc-subtitle {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3A3A3B;
}
.product__info-wrapper .cc-viewport {
    position: relative;
    overflow: hidden;
}
.product__info-wrapper .cc-track {
    display: flex;
    transition: transform .3s ease;
    width: 100%;
}
.product__info-wrapper .cc-items-wrapper {
    flex-shrink: 0;
    width: 100%;
    transition: transform 0.3s ease;
}
.product__info-wrapper .cc-items-wrapper.active {
    display: flex;
    gap: 10px;
}
.product__info-wrapper .cc-item {
    flex: 0 0 calc(50% - 9px);
    min-width: 0;
}
.product__info-wrapper .cc-card {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background: #f05a22;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.product__info-wrapper .cc-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product__info-wrapper .cc-left .product-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}
.product__info-wrapper .cc-left .star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 0px;
}
.product__info-wrapper .cc-left .jdgm-prev-badge {
    line-height: 1;
    margin-bottom: 6px;
}
.product__info-wrapper .cc-card .jdgm-star {
    color: #FFF9EE;
    font-size: 8px;
    line-height: 1;
}
.product__info-wrapper .cc-card span.jdgm-prev-badge__text {
    color: #FFF9EE;
    font-size: 10px;
}
.product__info-wrapper .cc-left .star-rating .stars {
    display: flex;
    gap: 2px;
}
.product__info-wrapper .cc-left .star-rating span.star {
    color: #FFF9EE;
    font-size: 12px;
    line-height: 1;
}
.product__info-wrapper .cc-left .star-rating .reviews {
    font-size: 12px;
    line-height: 16px;
    color: #fff9ee;
    opacity: .6;
}
.product__info-wrapper .cc-prices {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.product__info-wrapper .cc-prices span.cc-price {
    font-size: 14px;
    line-height: 16px;
    color: #fff9ee;
    font-weight: 600;
}
.product__info-wrapper .cc-prices span.cc-price.compare {
    text-decoration: line-through;
    color: #f6efe2a1;
    padding-right: 8px;
}
.product__info-wrapper .cc-card button.product-form__submit {
    cursor: pointer;
    background: #3a3a3b;
    margin: 0;
    min-height: 36px;
    padding: 0;
    width: fit-content;
}
.product__info-wrapper .cc-card button.product-form__submit span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.5px;
    text-transform: capitalize;
    color: #f6efe2;
    gap: 6px;
}
.product__info-wrapper .cc-card button.product-form__submit span.svg-wrapper {
    width: 10px;
    height: auto;
}
.product__info-wrapper .cc-right {
    flex: 0 0 75px;
}
.product__info-wrapper .cc-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}
.product__info-wrapper .cc-controls .cc-arrow {
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
    width: 24px;
    height: 24px;
    background: #3A3A3B;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: all .2s;
}
.product__info-wrapper .cc-controls button.cc-prev {
    transform: rotate(180deg);
    left: 10px;
}
.product__info-wrapper .cc-controls .cc-arrow.cc-next {
    right: 10px;
}
.product__info-wrapper .cc-arrow:disabled {
    opacity: 0;
    cursor: not-allowed;
}
.product__info-wrapper .cc-arrow svg.icon {
    color: #FFF9EE;
    width: 10px;
}
.variant-modal { display:none; position:fixed; inset:0; z-index:1200; }
.variant-modal[aria-hidden="false"] { display:block; }
.variant-modal-overlay { position:absolute; inset:0; background:rgba(0,0,0,.4); }
.variant-modal .variant-modal-overlay {display: block;backdrop-filter: blur(5px);}
.variant-modal-wrapper {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.variant-modal-panel {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: #fff9ee;
    border-radius: 14px;
    box-shadow: 0 8px 30px #0003;
    overflow: hidden;
    padding: 30px 25px;
}
.variant-modal-header h3 {
    margin: 0;
    font-family: 'Anton' ! IMPORTANT;
    font-size: 20px;
    text-transform: uppercase;
}
.variant-modal-body {
    margin-top: 20px;
}
.variant-modal-body .variant-group {
    border-bottom: 1px solid #f05a2240;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.variant-modal-body .variant-group-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.variant-modal-body .option-list {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
}
.variant-modal-body .option-list .option-item {
    border: 1px solid #f05a22;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}
.variant-modal-body .option-list .option-item.active,
.variant-modal-body .option-list .option-item:hover {
    background: #f05a22;
    color: #fff9ee;
}
.variant-modal-body .option-list .option-item--unavailable,
.variant-modal-body .option-list .option-item--unavailable:hover,
.variant-modal-body .option-list .option-item[aria-disabled="true"],
.variant-modal-body .option-list .option-item[aria-disabled="true"]:hover {
    opacity: 0.5;
    cursor: not-allowed;
    background: transparent;
    color: inherit;
}
.variant-modal-body .linked-products-data {
    display: none;
}
.variant-modal-body .linked-options {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}
.variant-modal-body .linked-options-group {
    display: grid;
    gap: 8px;
}
.variant-modal-body .linked-options-label {
    font-size: 16px;
    margin: 0;
}
.variant-modal-body .linked-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.variant-modal-body .linked-option-item {
    border: 1px solid #f05a22;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.variant-modal-body .linked-option-item[aria-pressed="true"],
.variant-modal-body .linked-option-item:hover {
    background: #f05a22;
    color: #fff9ee;
}
.variant-modal-body .linked-option-item--unavailable,
.variant-modal-body .linked-option-item--unavailable:hover {
    opacity: 0.5;
    cursor: not-allowed;
    background: transparent;
    color: inherit;
}
.variant-modal-body .linked-option-item .option-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,0.1);
}
.variant-modal-body .linked-option-item[aria-pressed="true"] .option-swatch,
.variant-modal-body .linked-option-item:hover .option-swatch {
    border-color: rgba(255,255,255,0.4);
}
.variant-modal-footer {
    display: flex;
    gap: 20px;
}
.variant-modal-footer button {
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1;
    height: 40px;
    min-height: unset;
}
.variant-modal-footer button#variant-apply {
    background: #f05a22;
}
.variant-modal-footer button#variant-apply:hover:after,
.variant-modal-footer button#variant-apply:after{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,249,238, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) #f05a22 !important;
}
.variant-modal-footer button#variant-close {
    background: #3a3a3b;
    color: #fff9ee;
}
.variant-modal-footer button#variant-close:hover:after,
.variant-modal-footer button#variant-close:after{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,249,238, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) #3a3a3a !important;
}


/* Product description */

.product-description-sec .container {
    display: flex;
}
.product-description-sec .container .column-left {
    width: 50%;
}
.product-description-sec .container .column.column-right {
    width: 50%;
    padding-left: 5rem;
}
.product-description-sec .column .accordion {
    margin: 0;
    border-top: 0;
    border-color: #F05A2240;
}
.product-description-sec .container .column-left .accordion__title {
    font-size: 20px;
    line-height: 22px;
    color: #F05A22;
    font-weight: 500;
}
.product-description-sec .container .column svg.icon {
    color: #F05A22;
}
.product-description-sec .container .column .accordion__content {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3b;
    font-weight: 400;
    padding-right: 35px;
}
.product-description-sec .container .column .accordion__content .metafield-rich_text_field * {
    margin: 0;
}
.product-description-sec .brand-usps {
    margin: 0;
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px;
}
.product-description-sec .container .column .title {
    font-size: 20px;
    line-height: 22px;
    color: #f05a22;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding-top: 15px;
}
.product-description-sec .container .column .title span.svg-wrapper {
    width: 16px;
    height: auto;
}
.product-description-sec .container .column.column-right .accordion__title {
    font-size: 16px;
    line-height: 18px;
    color: #3A3A3B;
    font-weight: 600;
}
.product-description-sec .container .column.column-right .title-wrapper {
    margin-bottom: 15px;
}
.product-description-sec .product-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.product-description-sec .product-info-table tbody {
    border: 1px solid #f05a22;
    border-radius: 10px;
}
.product-description-sec .product-info-table tr {
    border-bottom: 1px solid #f05a2240;
}
.product-description-sec .product-info-table th {
    text-align: left;
    background: #fff9ee;
    padding: 12px;
    width: 40%;
    font-weight: 600;
    font-size: 14px;
}
.product-description-sec .product-info-table td {
    display: flex;
    align-items: center;
    padding: 12px;
    border-left: 1px solid #f05a2240;
}
.product-description-sec .product-info-table td.rating-review {
    padding: 0;
    justify-content: space-around;
}
.product-description-sec .rating-review .rating-row {
    display: flex;
    align-items: center;
    padding: 12px;
    border-right: 1px solid #f05a2240;
    width: 50%;
    justify-content: center;
}
.product-description-sec .rating-review .rating-row:last-child {
    border-right: 0;
}
.product-description-sec .rating-review .rating-logo {
    width: 15px;
    height: auto;
    margin: 0;
    margin-right: 8px;
    border-radius: 0;
    border: 0;
}
.product-description-sec .product-benefits {
    border: 1px solid #f05a22;
}
.product-description-sec .product-benefits .benefit-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f05a2240;
}
.product-description-sec .product-benefits .benefit-item::last-child{
    border-bottom: 0;
}
.product-description-sec .product-benefits .benefit-item img.benefit-icon {
    margin: 0;
    border: 0;
    width: 100%;
    max-width: 100px;
}
.product-description-sec .product-benefits .benefit-item span.benefit-title {
    font-weight: 500;
}
.toggle-content .content-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 8.5em;
  transition: max-height 0.3s ease;
}
.toggle-content.expanded .content-text {
  -webkit-line-clamp: unset;
  max-height: none;
}
.read-more-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    color: #f05a22;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-top: 6px;
}
/* Brand USPs */
.brand-usps-sec .content-wrapper {
    position: relative;
}
.brand-usps-sec .content-wrapper .brand-usps {
    margin-top: -7rem;
    position: absolute;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}
/* Sticky navigation */
.sticky-product-nav {
    position: sticky;
    top: 0;
    z-index: 2;
}
.sticky-nav-wrapper{
    background: #fff9ee;
    filter: drop-shadow(0px 6px 6px rgba(240, 90, 34, .5));
}
.sticky-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 30px;
    margin: auto;
}
.sticky-nav-left-icon a {
    display: flex;
}
.sticky-nav-left-icon img {
    width: 100%;
    max-width: 60px;
}
.sticky-nav-menu {
    display: flex;
    gap: 60px;
}
.sticky-nav-item {
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    color: #3A3A3B;
    font-weight: 500;
}
.sticky-nav-item:hover,
.sticky-nav-item.active {
    color: #f05a22;
    font-weight: 600;
}
.sticky-nav-wrapper product-form button {
    margin: 0;
    background: #3A3A3B;
    padding: 0;
    width: 160px;
    height: 44px;
    min-height: auto;
}
.sticky-nav-wrapper product-form button:after{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) #3A3A3B,0 0 0 var(--buttons-border-width) rgba(var(--color-button),var(--alpha-button-background))
}
.sticky-nav-wrapper product-form button:hover:after{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0)), 0 0 0 calc(var(--buttons-border-width) + 1px) #3A3A3B !important;
}
.sticky-nav-wrapper product-form button span {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: #F6EFE2;
    gap: 10px;
    font-weight: 600;
}
.sticky-nav-wrapper product-form button span.svg-wrapper{
    width: 14px;
    height: auto;
}
/* Bought together */
.bought-together-sec .title-wrapper {
    margin-bottom: 5rem;
    text-align: center;
}
.bt-slider-wrapper {
    overflow-x: clip;
    position: relative;
}
.bt-slider {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
  justify-content: start !important;
}
.bt-slider .bt-card {
    max-width: 600px;
}
.bt-card .card-wrapper {
    margin-right: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #F05A22;
    border-radius: 20px;
    gap: 30px;
    padding: 16px;
    position: relative;
}
.bt-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.bt-card .bt-title {
    margin: 0;
}
.bt-title a {
    font-size: 18px;
    line-height: 20px;
    color: #3A3A3B;
    text-decoration: none;
    font-weight: 500;
}
.bt-card .star-rating .jdgm-star {
    font-size: 10px;
    padding-right: 5px !important;
}
.bt-card .star-rating .jdgm-prev-badge__text {
    font-size: 12px;
    line-height: 16px;
    color: #3A3A3B;
    opacity: 0.6;
}
.bt-price {
    margin: 0;
}
.bt-price span.price {
    font-size: 18px;
    line-height: 20px;
    color: #3A3A3B;
    font-weight: 600;
    letter-spacing: 0;
}
.bt-price span.bt-compare {
    text-decoration: line-through;
    margin-right: 6px;
    color: rgba(58, 58, 59, 0.35);
}
.bt-card form {
    position: absolute;
    bottom: -20px;
    right: 20px;
}
.bt-card button.product-form__submit {
    background: #3a3a3b;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff9ee;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    min-height: 40px;
}
.bt-card button.product-form__submit[disabled] {
    opacity: 1;
    cursor: not-allowed;
}
.bt-card button.product-form__submit:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) #3a3a3b;
}
.bt-card button.product-form__submit:hover:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0)), 0 0 0 calc(var(--buttons-border-width) + 1px) #3a3a3b;
}
.bt-card button.product-form__submit span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bt-card button.product-form__submit span.svg-wrapper {
    width: 14px;
    height: 14px;
    background: #fff9ee;
    border-radius: 4px;
    color: #3a3a3b;
    padding: 4px;
    transform: rotate(-90deg);
}
.bt-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    gap: 14px;
}
.bt-nav .nav {
    border: none;
    background: #3A3A3B;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt-prev {
    transform: rotate(180deg);
}
.bt-nav .nav svg.icon {
    width: 10px;
}
.bt-dots {
    display: flex;
    gap: 10px;
}
.bt-dots button.bt-dot {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: end;
    cursor: pointer;
}
.bt-dots button.bt-dot svg.icon {
    width: 14px;
    height: auto;
}
/* Product A+ content */
.product-a-content .variant-meta .variant-content-item {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.product-a-content .variant-meta .content-wrapper {
    margin: auto;
}
.product-a-content .variant-meta .content-wrapper .title-wrapper {
    margin-top: 50px;
}
.product-a-content .variant-meta .content-wrapper .text {
    color: #3a3a3b;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}
.product-a-content .variant-meta img {
    width: 100%;
    height: auto;
    display: block;
}
/* PDP reviews */
.product-reviews {
    background: #fff;
    padding-bottom: 30px;
}
.pdp-review-title .rich-text__blocks.center {
    max-width: 100%;
}
.product-reviews #judgeme_product_reviews .jdgm-rev-widg__header{background:#3A3A3B!important;}
.product-reviews #judgeme_product_reviews span.jdgm-rev-widg__summary-average,.jdgm-rev-widg__summary-text{color:#FFF9EE;}
.product-reviews #judgeme_product_reviews .jdgm-histogram__row{height:10px;}
.product-reviews #judgeme_product_reviews .jdgm-histogram__bar{background:#7A4532;}
.product-reviews #judgeme_product_reviews .jdgm-histogram__frequency{color:#FFF9EE;}
.product-reviews #judgeme_product_reviews .jdgm-write-rev-link{width:fit-content!important;border-radius:12px;}
.product-reviews #judgeme_product_reviews .jdgm-rev-widg__title{color:#FFF9EE!important;font-family:Anton!important;text-transform: uppercase;}
.product-reviews #judgeme_product_reviews .jdgm-verified-checkmark{display:none;}
.product-reviews #judgeme_product_reviews .jdgm-rev-widg__actions {background: #3A3A3B !important;}
.product-reviews #judgeme_product_reviews .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .product-reviews #judgeme_product_reviews .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {color: #FFF9EE !important;font-family: 'Migrena Grotesque';}
.product-reviews #judgeme_product_reviews .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown option {color: #3A3A3B;}
.product-reviews #judgeme_product_reviews span.jdgm-star.jdgm--off {color: #F05A2259;}
.product-reviews #judgeme_product_reviews .jdgm-rev {background: #FFF9EE;border: 1px solid #F05A22;border-radius: 20px;box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.25);}
.product-reviews #judgeme_product_reviews .jdgm-rev span.jdgm-star {font-size: 12px;padding-right: 6px !important;}
.product-reviews #judgeme_product_reviews .jdgm-row-profile {display: flex;align-items: center;gap: 6px;}
.product-reviews #judgeme_product_reviews span.jdgm-rev__author {color: #111827;font-weight: 500;}
.product-reviews #judgeme_product_reviews .jdgm-rev__icon {border-radius: 100px;border: 2px solid #FF6B35;}
.product-reviews #judgeme_product_reviews .jdgm-row-extra {display: none;}
.product-reviews #judgeme_product_reviews .jdgm-rev__body {font-size: 14px;font-weight: 500;}

@media screen and (min-width:1440px){
    product-info .main-media .slider-buttons button.slider-button .svg-wrapper {
        border-radius: 8px;
        width: 30px;
        height: 30px;
    }
    product-info .main-media .slider-buttons button.slider-button .svg-wrapper svg.icon {
        width: 13px;
        height: 13px;
    }
    product-info media-gallery .thumbnail-slider {
        max-height: calc(37vw + 20px);
    }
    .variant-icons-wrapper .icon-text-block img {
        max-width: 70px;
    }
    .product__info-wrapper .product__title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .product__info-wrapper .variant-preview {
        padding: 5px 15px;
        border-radius: 6px;
    }
    .product__info-wrapper .variant-preview:after {
        border-width: 0 3px 3px 0;
        right: -30px;
        top: 10px;
    }
    .rating-rotator .rating-item {
        font-size: 18px;
        line-height: 26px;
    }
    .rating-rotator .rating-item img {
        width: 18px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .label {
        padding: 5px 25px;
        border-radius: 10px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .timer-values {
        padding: 5px 25px;
        border-radius: 0 10px 10px 0;
        min-width: 160px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .label:before, .product__info-wrapper .pdp-sale-timer .timer .timer-values:before {
        width: 16px;
        height: 16px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .label:before {
        top: 10px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .timer-values:before {
        top: 12px;
    }
    .product__info-wrapper .price__container span.mrp-label {
        margin-right: 8px;
    }
    .product__info-wrapper .price span.price-item,
    .product__info-wrapper .price .price__sale .price-item.price-item--regular {
        font-size: 26px;
        line-height: 30px;
    }
    .product__info-wrapper .price span.badge.badge--sale {
        margin: 0 15px 0 0;
        padding: 4px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .price span.tax-info{
        font-size: 16px;
    }
    .product__info-wrapper .variant-modal-panel {
        max-width: 700px;
        margin: 10rem auto;
        padding: 25px;
    }
    .product__info-wrapper .variant-modal-header h3 {
        font-size: 24px;
    }
    .product__info-wrapper .variant-modal-body .variant-group-title {
        font-size: 18px;
    }
    .product__info-wrapper .variant-modal-body .option-list {
        gap: 15px;
    }
    .product__info-wrapper .variant-modal-body .option-list .option-item {
        border-radius: 12px;
        padding: 10px 20px;
        font-size: 16px;
    }
    .product__info-wrapper .pin-variant-wrapper {
        gap: 20px;
    }
    .product__info-wrapper .pincode-input-box input {
        border-radius: 12px;
        padding: 10px 80px 10px 12px;
        height: 46px;
    }
    .product__info-wrapper .pincode-input-box input,
    .product__info-wrapper .pincode-input-box input::placeholder {
        font-size: 16px;
    }
    .product__info-wrapper .pincode-status {
        margin-top: 14px;
        font-size: 14px;
    }
    .product__info-wrapper p.schedule-selection {
        font-size: 14px;
    }
    .product__info-wrapper .pincode-check-btn {
        font-size: 18px;
    }
    .product__info-wrapper .schedule-delivery-link {
        font-size: 16px;
        margin-top: 10px;
    }
    .product__info-wrapper .varaint-selector-pincode .variant-preview {
        border-radius: 12px;
        font-size: 16px !important;
        height: 46px;
    }
    .product__info-wrapper .varaint-selector-pincode p.variant-count-message {
        font-size: 16px;
        margin-top: 5px;
    }
    .product__info-wrapper .varaint-selector-pincode .variant-preview:after {
        border-width: 0 3px 3px 0;
    }
    .product__info-wrapper .variant-modal-footer button {
        font-size: 18px;
        height: 46px;
    }
    .product__info-wrapper .deal-offer-bar {
        border-radius: 10px;
    }
    .product__info-wrapper .deal-offer-bar span.svg-wrapper {
        width: 22px;
    }
    .product__info-wrapper .product-form__buttons button.product-form__submit span {
        gap: 14px;
        font-size: 20px;
        line-height: 24px;
    }
    .product__info-wrapper .product-form__buttons button.product-form__submit:before, .product__info-wrapper .product-form__buttons button.product-form__submit:after {
        border-radius: 10px;
    }
    .product__info-wrapper .product-form__buttons button.product-form__submit {
        border-radius: 10px;
        padding: 15px;
    }
    .product__info-wrapper .product-form__buttons button.product-form__submit span.svg-wrapper {
        width: 16px;
        height: auto;
    }
    .variant-icons-wrapper .icon-text-block,
    .product__info-wrapper div#variant-preview,
    .product__info-wrapper p.product-subtitle,
    .product__info-wrapper .pdp-sale-timer .timer .label,
    .product__info-wrapper .pdp-sale-timer .timer .timer-values,
    .product__info-wrapper .price__container span.mrp-label,
    .product__info-wrapper .deal-offer-bar {
        font-size: 18px;
        line-height: 26px;
    }
    .product__info-container {
        max-width: 65rem !important;
    }
    .product__info-wrapper .video-shopping-container {
        padding: 15px 20px;
        border-radius: 14px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-icon svg.broadcast {
        width: 65px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-text {
        font-size: 18px;
        line-height: 24px;
    }
    .product__info-wrapper .video-shopping-container span.call-now-text a {
        font-size: 20px;
        line-height: 24px;
    }
    .product__info-wrapper .offer-container {
        padding: 24px 40px 24px 24px;
    }
    .product__info-wrapper .offer-grid {
        gap: 20px;
    }
    .product__info-wrapper .offer-card {
        min-width: 180px;
    }
    .product__info-wrapper .offer-title {
        font-size: 16px;
    }
    .product__info-wrapper .offer-card .offer-card-content {
        padding: 15px;
        border-radius: 10px;
    }
    .product__info-wrapper .offer-text {
        font-size: 16px;
    }
    .product__info-wrapper .offer-image {
        height: 25px;
    }
    .product__info-wrapper .offer-link {
        font-size: 16px;
    }
    .product__info-wrapper .offer-arrow {
        width: 24px;
        height: 24px;
        border-radius: 8px;
    }
    .product__info-wrapper .offer-arrow svg.icon {
        width: 12px;
    }
    .product__info-wrapper .cc-title {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 6px;
    }
    .product__info-wrapper .cc-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .product__info-wrapper .cc-items-wrapper.active {
        gap: 20px;
    }
    .product__info-wrapper .cc-item {
        flex: 0 0 calc(50% - 10px);
    }
    .product__info-wrapper .cc-card {
        padding: 15px;
    }
    .product__info-wrapper .cc-left .product-title {
        font-size: 16px;
        line-height: 18px;
    }
    .product__info-wrapper .cc-card .jdgm-star {
        font-size: 10px;
    }
    .product__info-wrapper .cc-card span.jdgm-prev-badge__text {
        font-size: 12px;
    }
    .product__info-wrapper .cc-left .star-rating span.star {
        font-size: 14px;
    }
    .product__info-wrapper .cc-left .star-rating .reviews {
        font-size: 14px;
        line-height: 18px;
    }
    .product__info-wrapper .cc-prices span.cc-price {
        font-size: 18px;
        line-height: 24px;
    }
    .product__info-wrapper .cc-card button.product-form__submit {
        padding: 0 15px;
        min-height: 40px;
    }
    .product__info-wrapper .cc-card button.product-form__submit span{
        font-size: 18px !important;
        line-height: 20px !important;
        gap: 10px !important;
    }
    .product__info-wrapper .cc-card button.product-form__submit span.svg-wrapper {
        width: 12px !important;
    }
    .product__info-wrapper .cc-right {
        flex: 0 0 90px;
    }
    .product__info-wrapper .cc-arrow {
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }
    .product__info-wrapper .cc-arrow svg.icon {
        width: 12px;
    }
    product-info .main-media button.pdp-wisahlist svg {
        width: 18px !important;
    }
    product-info .main-media div#wishlist-hero-product-page-button {
        top: 70px;
    }
    product-info .main-media button.pdp-wisahlist,
    product-info .main-media button.share-button__button,
    product-info .main-media .share-button {
        width: 40px !important;
        height: 40px !important;
    }
    product-info .main-media button.share-button__button .svg-wrapper {
        width: 16px;
        height: 16px;
    }
    /* Product description */
    .product-description-sec .container .column-left .accordion__title,
    .product-description-sec .container .column .title {
        font-size: 24px;
        line-height: 30px;
    }
    .product-description-sec .container .column .accordion__content {
        font-size: 16px;
        line-height: 24px;
    }
    .product-description-sec .container .column.column-right .accordion__title {
        font-size: 18px;
        line-height: 26px;
    }
    .product-description-sec .container .column .title span.svg-wrapper {
        width: 18px;
    }
    /* Sticky Nav */
    .sticky-nav-inner {
      padding: 10px 30px;
    }
    .sticky-nav-item {
        font-size: 22px;
    }
    .sticky-nav-wrapper product-form button {
        width: 180px;
        height: 50px;
    }
    .sticky-nav-wrapper product-form button span {
        font-size: 18px;
    }
    .sticky-nav-wrapper product-form button span.svg-wrapper {
        width: 16px;
    }
    .product-description-sec .product-info-table th {
        font-size: 16px;
    }
    .product-description-sec .rating-review .rating-logo {
        margin: 0 10px 0 0;
    }
    /* Bought together */
    .bt-card .card-wrapper {
        margin: 0 15px;
        border: 3px solid #F05A22;
        border-radius: 24px;
        padding: 20px;
    }
    .bt-img img {
        width: 130px;
        height: 130px;
        border-radius: 15px;
    }
    .bt-title a {
        font-size: 22px;
        line-height: 26px;
    }
    .bt-card .star-rating {
        margin: 10px 0;
    }
    .bt-card .star-rating .jdgm-star {
        font-size: 14px;
    }
    .bt-card .star-rating .jdgm-prev-badge__text {
        font-size: 16px;
        line-height: 20px;
    }
    .bt-price span.price {
        font-size: 20px;
        line-height: 25px;
    }
    .bt-card button.product-form__submit {
        border-radius: 14px;
        font-size: 18px;
        line-height: 20px;
        padding: 15px;
    }
    .bt-card  button.product-form__submit span.svg-wrapper {
        width: 18px;
        height: 18px;
        border-radius: 5px;
    }
    .bt-nav .nav {
        width: 24px;
        height: 24px;
    }
    .bt-nav .nav svg.icon {
        width: 12px;
    }
    .bt-nav {
        gap: 20px;
    }
    .bought-together-sec .title-wrapper {
        margin-bottom: 7rem;
    }
    /* Product A+ content */
    .product-a-content .variant-meta .variant-content-item {
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }
    .product-a-content .variant-meta .content-wrapper .text {
        font-size: 18px;
        max-width: 1200px;
    }
    /* Product reviews */
    .product-reviews #judgeme_product_reviews .jdgm-rev__body {font-size: 16px;}
    .variant-modal-panel {
        max-width: 700px;
    }
    .variant-modal-header h3 {
        font-size: 25px;
    }
    .variant-modal-body .variant-group-title {
        font-size: 18px;
    }
    .variant-modal-body .option-list .option-item {
        padding: 10px 20px;
        font-size: 16px;
    }
    .variant-modal-footer button {
        font-size: 18px;
        height: 46px;
    }
    .product-reviews {
        padding-bottom: 50px;
    }
}

@media screen and (min-width:1920px){
    .sticky-nav-inner {
        padding: 10px 30px;
    }
    .product__info-container {
        max-width: 75rem !important;
    }
    product-info media-gallery {
        gap: 30px;
    }
    product-info media-gallery .thumbnail-slider {
        max-width: 145px;
        max-height: 730px;
    }
    product-info media-gallery .main-media {
        width: 80%;
    }
    .variant-icons-wrapper .icon-text-block img {
        max-width: 80px;
    }
    .variant-icons-wrapper .icon-text-block,
    .product__info-wrapper div#variant-preview,
    .product__info-wrapper p.product-subtitle,
    .product__info-wrapper .pdp-sale-timer .timer .label,
    .product__info-wrapper .pdp-sale-timer .timer .timer-values,
    .product__info-wrapper .price__container span.mrp-label,
    .product__info-wrapper .deal-offer-bar {
        font-size: 20px;
        line-height: 28px;
    }
    .product__info-wrapper .product__title h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .product__info-wrapper .variant-preview {
        padding: 5px 20px;
        border-radius: 8px;
    }
    .rating-rotator .rating-item {
        font-size: 20px;
        line-height: 28px;
    }
    .rating-rotator .rating-item img {
        width: 20px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .label {
        padding: 5px 30px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .timer-values {
        padding: 5px 30px;
        min-width: 180px;
    }
    .product__info-wrapper .price span.price-item,
    .product__info-wrapper .price .price__sale .price-item.price-item--regular {
        font-size: 30px;
        line-height: 36px;
    }
    .product__info-wrapper .price span.badge.badge--sale,
    .product__info-wrapper .price span.tax-info {
        font-size: 18px;
        line-height: 22px;
    }
    .product__info-wrapper .product-form__buttons button.product-form__submit span {
        font-size: 24px;
        line-height: 26px;
    }
    .product__info-wrapper .product-form__buttons button.product-form__submit span.svg-wrapper {
        width: 20px;
    }
    .product__info-wrapper .video-shopping-container {
        padding: 20px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-icon svg.broadcast {
        width: 70px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-text {
        font-size: 22px;
        line-height: 26px;
    }
    .product__info-wrapper .video-shopping-container span.call-now-text a {
       font-size: 22px;
        line-height: 26px;
    }
    .product__info-wrapper .variant-preview:after {
        top: 12px;
    }
    .product__info-wrapper .pincode-input-box input,
    .product__info-wrapper .pincode-input-box input::placeholder {
        font-size: 18px;
        height: 50px;
    }
    .product__info-wrapper .pincode-check-btn {
        font-size: 20px;
    }
    .product__info-wrapper .pincode-status {
        
        margin-top: 10px;
        font-size: 16px;
    }
    .product__info-wrapper p.schedule-selection {
        font-size: 16px;
    }
    .product__info-wrapper .varaint-selector-pincode .variant-preview {
        font-size: 20px !important;
        height: 50px;
    }
    .product__info-wrapper .schedule-delivery-link,
    .product__info-wrapper .varaint-selector-pincode p.variant-count-message {
        font-size: 18px;
    }
    .product__info-wrapper .variant-modal-panel {
        max-width: 825px;
        padding: 30px;
    }
    .product__info-wrapper .variant-modal-header h3 {
        font-size: 30px;
    }
    .product__info-wrapper .variant-modal-body .variant-group-title {
        font-size: 20px;
    }
    .product__info-wrapper .variant-modal-body .option-list .option-item {
        font-size: 18px;
    }
    .product__info-wrapper .variant-modal-footer button {
        font-size: 20px;
        height: 50px;
    }
    .product__info-wrapper .offer-container {
        padding: 30px 45px 30px 30px;
    }
    .product__info-wrapper .offer-arrow {
        width: 30px;
        height: 30px;
    }
    .product__info-wrapper .offer-arrow svg.icon {
        width: 14px;
    }
    .product__info-wrapper .offer-grid {
        gap: 25px;
    }
    .product__info-wrapper .offer-card {
        min-width: 200px;
    }
    .product__info-wrapper .offer-title {
        font-size: 20px;
    }
    .product__info-wrapper .offer-card .offer-card-content {
        padding: 20px;
    }
    .product__info-wrapper .offer-text {
        font-size: 18px;
        line-height: 22px;
        height: 40px;
    }
    .product__info-wrapper .offer-image {
        height: 30px;
    }
    .product__info-wrapper .offer-link {
        font-size: 20px;
        line-height: 22px;
        margin-top: 10px;
    }
    .product__info-wrapper .cc-title {
        font-size: 28px;
        line-height: 30px;
    }
    .product__info-wrapper .cc-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .product__info-wrapper .cc-left .product-title {
        font-size: 20px;
        line-height: 26px;
    }
    .product__info-wrapper .cc-card .jdgm-star {
        font-size: 12px;
    }
    .product__info-wrapper .cc-card span.jdgm-prev-badge__text {
        font-size: 14px;
    }
    .product__info-wrapper .cc-left .star-rating span.star {
        font-size: 16px;
    }
    .product__info-wrapper .cc-left .star-rating .reviews {
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .cc-card .bt-add {
        font-size: 22px;
        line-height: 28px;
    }
    .product__info-wrapper .cc-right {
        flex: 0 0 100px;
    }
    .product__info-wrapper .cc-arrow {
        width: 30px;
        height: 30px;
    }
    .product__info-wrapper .cc-arrow svg.icon {
        width: 14px;
    }
    /* Product description */
    .product-description-sec .container .column-left .accordion__title,
    .product-description-sec .container .column .title {
        font-size: 30px;
        line-height: 40px;
    }
    .product-description-sec .container .column .accordion__content {
        font-size: 20px;
        line-height: 30px;
    }
    .product-description-sec .container .column.column-right .accordion__title {
        font-size: 20px;
        line-height: 30px;
    }
    .product-description-sec .container .column .title span.svg-wrapper {
        width: 20px;
    }
    .product-description-sec .product-info-table th {
        font-size: 20px;
        line-height: 30px;
    }
    .toggle-content .content-text {
        -webkit-line-clamp: 4;
    }
    .read-more-toggle {
        font-size: 20px;
        line-height: 30px;
    }
    /* Sticky Nav */
    .sticky-nav-item {
        font-size: 25px;
    }
    .sticky-nav-wrapper product-form button {
        width: 220px;
        height: 60px;
    }
    .sticky-nav-wrapper product-form button span {
        font-size: 22px;
        gap: 15px;
    }
    .sticky-nav-wrapper product-form button span.svg-wrapper {
        width: 20px;
    }
    /* Bought together */
    .bought-together-sec .title-wrapper {
        margin-bottom: 8rem;
    }
    .bt-card .card-wrapper {
        margin: 0 20px;
        border-radius: 30px;
        padding: 25px;
    }
    .bt-img img {
        width: 150px;
        height: 150px;
    }
    .bt-title a {
        font-size: 25px;
        line-height: 30px;
    }
    .bt-price span.price {
        font-size: 24px;
        line-height: 30px;
    }
    .bt-card  button.product-form__submit {
        font-size: 20px;
        line-height: 25px;
    }
    .bt-card  button.product-form__submit span.svg-wrapper {
        width: 20px;
        height: 20px;
    }
    .bt-nav .nav {
        width: 30px;
        height: 30px;
    }
    .bt-dots button.bt-dot svg.icon {
        width: 16px;
    }
    .bt-dots {
        gap: 12px;
    }
    .bt-nav {
        margin-top: 7rem;
    }
    /* Product A+ content */
    .product-a-content .variant-meta .content-wrapper .text {
        font-size: 20px;
        max-width: 1400px;
    }
    .product-reviews #judgeme_product_reviews .jdgm-rev__body {
        font-size: 18px;
    }
    .product-reviews #judgeme_product_reviews{max-width: 1432px !important;}
    .product-reviews {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width:990px){
    product-info media-gallery .thumbnail-slider .thumbnail {
        border-radius: 8px;
    }
    product-info media-gallery {
        gap: 10px;
    }
    product-info .main-media .share-button {
        right: 12px;
        top: 12px;
    }
    product-info .main-media div#wishlist-hero-product-page-button {
        right: 12px;
        top: 50px;
    }
    .variant-icons-wrapper .icon-text-block {
        font-size: 8px;
        line-height: 12px;
    }
    .variant-icons-wrapper .icon-text-block img {
        max-width: 30px;
    }
    .variant-icons-wrapper {
        gap: 5px;
    }
    .product__info-wrapper .product__title h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .product__info-wrapper .variant-preview {
        padding: 4px 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .product__info-wrapper .variant-preview:after {
        padding: 2px;
        right: -10px;
        top: 8px;
    } 
    .rating-rotator .rating-item img {
        width: 12px;
        border-radius: 0;
    }
    .rating-rotator .rating-item {
        font-size: 12px;
        line-height: 16px;
    }
    .product__info-wrapper p.product-subtitle {
        font-size: 12px;
        line-height: 14px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .label {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 15px;
        border-radius: 6px;
    }
    .product__info-wrapper .pdp-sale-timer .timer .timer-values {
        padding: 5px 15px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 0 6px 6px 0;
    }
    .product__info-wrapper .price__container span.mrp-label {
        font-size: 12px;
        line-height: 16px;
        margin-right: 5px;
    }
    .product__info-wrapper .price .price__sale .price-item.price-item--regular {
        font-size: 18px;
        line-height: 18px;
    }
    .product__info-wrapper .price span.price-item {
        font-size: 18px;
        line-height: 18px;
    }
    .product__info-wrapper .price span.badge.badge--sale {
        font-size: 10px;
        line-height: 14px;
    }
    .product__info-wrapper .price span.tax-info {
        font-size: 12px;
        line-height: 16px;
    }
    .product__info-wrapper .deal-offer-bar {
        border-radius: 6px;
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
    }
    .product__info-wrapper .deal-offer-bar span.svg-wrapper {
        width: 30px;
        flex: unset;
    }
    .product__info-wrapper .pin-variant-wrapper {
        gap: 16px;
        flex-direction: column-reverse;
    }
    .product__info-wrapper .pincode-checker-wrapper,
    .product__info-wrapper .varaint-selector-pincode {
        width: 100%;
    }
    .product__info-wrapper .pincode-input-box input,
    .product__info-wrapper .pincode-input-box input::placeholder {
        font-size: 12px;
    }
    .product__info-wrapper .schedule-delivery-link {
        font-size: 12px;
    }
    .product__info-wrapper .offer-container {
        padding: 15px 30px 15px 15px;
    }
    .product__info-wrapper .offer-arrow {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        right: 6px;
    }
    .product__info-wrapper .offer-card {
       min-width: 125px;
    }
    .product__info-wrapper .offer-card .offer-card-content {
        border-radius: 6px;
    }
    .product__info-wrapper .offer-text {
        font-size: 12px;
        min-height: 25px;
    }
    .product__info-wrapper .offer-image {
        height: 18px;
    }
    .product__info-wrapper .offer-link {
        font-size: 12px;
    }
    .product__info-wrapper .video-shopping-container {
        padding: 10px 15px;
        border-radius: 10px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-icon svg.broadcast {
        width: 40px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-icon {
        width: 35%;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-text {
        font-size: 12px;
        line-height: 16px;
        margin: 0 10px;
    }
    .product__info-wrapper .video-shopping-container span.call-now-text a {
        font-size: 14px;
        line-height: 16px;
    }
    .product__info-wrapper .video-shopping-container span.call-now-text {
        min-width: 60px;
    }
    .product__info-wrapper .cc-title {
        font-size: 14px;
        line-height: 16px;
    }
    .product__info-wrapper .cc-subtitle {
        font-size: 12px;
        line-height: 14px;
    }
    .product__info-wrapper .cc-item {
        flex: 0 0 calc(100%);
    }
    .product__info-wrapper .cc-card {
        padding: 15px;
        border-radius: 12px;
    }
    .product__info-wrapper .cc-arrow:disabled {
        opacity: 0.6;
    }
    .product__info-wrapper .cc-arrow {
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }
    /* Product description */
    .product-description-sec .page-width {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .product-description-sec .container .column-left .accordion__title {
        font-size: 16px;
        line-height: 20px;
    }
    .product-description-sec .container .column .accordion__content {
        font-size: 12px;
        line-height: 16px;
    }
    .product-description-sec .product-info-table th {
        padding: 10px;
        font-size: 12px;
    }
    .product-description-sec .rating-review .rating-row {
        padding: 10px;
    }
    .product-description-sec .rating-review .rating-logo {
        width: 14px;
    }
    .product-description-sec .product-benefits .benefit-item img.benefit-icon {
        max-width: 75px;
    }
    .read-more-toggle {
        font-size: 12px;
    }
    /* Brand USPs */
    .brand-usps-sec .page-width {
        padding-bottom: 80px;
    }
    /* Sticky Nav */
    .sticky-nav-inner {
        padding: 10px 30px;
        gap: 30px;
    }
    .sticky-nav-menu {
        gap: 30px;
    }
    .sticky-nav-item {
        font-size: 16px;
    }
    .sticky-nav-wrapper product-form button {
        width: 150px;
        height: 40px;
    }
    .sticky-nav-wrapper product-form button span {
        font-size: 14px;
        line-height: 18px;
    }
    .sticky-nav-wrapper product-form button span.svg-wrapper {
        width: 12px;
    }
    /* Bought together */
    .bought-together-sec .page-width {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    .bt-title a {
        font-size: 16px;
        line-height: 18px;
    }
    .bt-card .star-rating .reviews {
        font-size: 12px;
        line-height: 16px;
    }
    .bt-price span.price {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width:767px){
    product-info {
        padding-top: 0 !important;
    }
    product-info media-gallery .main-media {
        width: 100%;
        margin: 0 !important;
    }
    product-info media-gallery {
        flex-direction: column;
        gap: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    product-info media-gallery .main-media ul.product__media-list {
        gap: 0;
        scroll-padding-left: 0 !important;
    }
    product-info media-gallery .main-media li.product__media-item {
        margin-left: 0 !important;
    }
    product-info media-gallery .main-media .product__media-list .product__media img {
        border-radius: 0 0 16px 16px;
    }
    product-info media-gallery .main-media .product__media-list .product__media-item {
        width: 100%;
        padding-top: 0;
    }
    .product-media-modal__content img.global-media-settings {
        max-height: 100%;
        width: 100%;
        display: block !important;
    }
    product-info .main-media .share-button {
        top: unset;
        bottom: 20px;
    }
    product-info .main-media div#wishlist-hero-product-page-button {
        top: unset;
        bottom: 60px;
    }
    product-info .main-media button.share-button__button,
    product-info .main-media .share-button {
        width: 30px;
        height: 30px;
    }
    product-info .slider-buttons.quick-add-hidden {
        position: absolute;
        top: 40%;
        width: 100%;
        justify-content: space-between;
        padding: 0 10px;
        z-index: 4;
    }
    product-info .slider-buttons.quick-add-hidden button.slider-button {
        background: #3a3a3b;
        width: 30px;
        height: 30px;
        border-radius: 8px;
        color: #FFF9EE;
    }
    product-info .slider-buttons.quick-add-hidden button.slider-button[disabled] .icon{
        color: #FFF9EE !important;
    }
    product-info .slider-buttons.quick-add-hidden button.slider-button svg.icon {
        width: 14px;
        height: auto;
    }
    product-info .slider-buttons.quick-add-hidden button.slider-button.slider-button--prev,
    product-info .slider-buttons.quick-add-hidden button.slider-button.slider-button--next {
        transform: rotate(90deg);
    }
    product-info .slider-buttons.quick-add-hidden .slider-counter.caption {
        display: none;
    }
    product-info .slider-buttons.quick-add-hidden button.slider-button[disabled] {
        opacity: 0.6;
    }
    .variant-icons-wrapper {
        display: none;
    }
    .rating-rotator .rating-item {
        top: unset;
        right: unset;
        left: 20px;
        bottom: 20px;
        font-size: 12px;
        line-height: 16px;
        background: #FFF9EE;
        box-shadow: 0px 1.68157px 1.68157px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        padding: 6px;
        z-index: 1;
    }
    .rating-rotator .rating-item img {
        width: 12px;
    }
    .product__info-wrapper .product__title h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .product__info-wrapper .variant-preview {
        padding: 8px 15px;
        border-radius: 6px;
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .variant-preview:after {
        position: relative;
        right: unset;
        top: unset;
        margin-left: 10px;
    }
    .product__info-wrapper p.product-subtitle{
        display: none;
    }
    .product__info-wrapper .price__container span.mrp-label {
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .variant-wrapper:not(.sticky-pincode):not(.varaint-selector-pincode) {
        display: none;
    }
    .product__info-wrapper .price .price__sale .price-item.price-item--regular {
        font-size: 22px;
        line-height: 24px;
    }
    .product__info-wrapper .price span.price-item {
        font-size: 22px;
        line-height: 22px;
    }
    .product__info-wrapper .price span.badge.badge--sale {
        padding: 4px 6px;
        font-weight: bold;
        border: 1.5px solid #000;
    }
    .product__info-wrapper .price span.tax-info {
        font-size: 16px;
        line-height: 22px;
    }
    .product__info-wrapper .deal-offer-bar span.svg-wrapper {
        width: 30px;
        flex: none;
    }
    .product__info-wrapper .deal-offer-bar {
        gap: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .pin-variant-wrapper {
        gap: 15px;
        flex-direction: column-reverse;
    }
    .product__info-wrapper .varaint-selector-pincode,
    .product__info-wrapper .pincode-checker-wrapper {
        width: 100%;
    }
    .product__info-wrapper .pincode-input-box input{
        font-size: 16px;
    }
    .product__info-wrapper .schedule-delivery-link {
        font-size: 16px;
        margin-top: 10px;
    }
    .product__info-wrapper .offer-text {
        font-size: 12px;
        min-height: 26px;
    }
    .product__info-wrapper .video-shopping-container {
        padding: 10px 15px;
        border-radius: 8px;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-icon {
        width: 30%;
    }
    .product__info-wrapper .video-shopping-container .video-shopping-text {
        line-height: 18px;
        margin: 0 20px;
    }
    .product__info-wrapper .video-shopping-container span.call-now-text a {
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .video-shopping-container span.call-now-text {
        min-width: 70px;
    }
    .product__info-wrapper .custom-complementary {
        margin-top: 35px;
    }
    .product__info-wrapper .cc-items-wrapper.active {
        gap: 20px;
    }
    .product__info-wrapper .cc-title {
        font-size: 20px;
        line-height: 30px;
    }
    .product__info-wrapper .cc-subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .product__info-wrapper .cc-item {
        flex: 0 0 calc(100%);
    }
    .product__info-wrapper .cc-card {
        gap: 15px;
        padding: 20px;
    }
    .product__info-wrapper .cc-card button.product-form__submit {
        min-height: 40px;
        padding: 0 20px;
    }
    .product__info-wrapper .cc-card button.product-form__submit span {
        font-size: 16px;
        line-height: 18px;
        gap: 10px;
    }
    .product__info-wrapper .cc-card button.product-form__submit span.svg-wrapper {
        width: 12px;
    }
    .product__info-wrapper .cc-left .product-title {
        font-size: 18px;
        line-height: 24px;
    }
    .product__info-wrapper .cc-card .jdgm-star {
        font-size: 10px;
    }
    .product__info-wrapper .cc-card span.jdgm-prev-badge__text {
        font-size: 12px;
    }
    .product__info-wrapper .cc-left .star-rating {
        gap: 6px;
    }
    .product__info-wrapper .cc-left .star-rating span.star {
        font-size: 14px;
    }
    .product__info-wrapper .cc-left .star-rating .reviews {
        font-size: 14px;
        line-height: 18px;
    }
    .product__info-wrapper .cc-prices span.cc-price {
        font-size: 18px;
    }
    .product__info-wrapper .cc-card .bt-add {
        font-size: 18px;
        line-height: 24px;
    }
    .product__info-wrapper .cc-right {
        flex: 0 0 100px;
    }
    .product__info-wrapper .cc-arrow {
        width: 26px;
        height: 26px;
    }
    .product__info-wrapper .cc-arrow svg.icon {
        width: 12px;
    }
    .product__info-wrapper .cc-arrow:disabled {
        opacity: 0.6;
    }
    /* Product description */
    .product-description-sec .page-width {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .product-description-sec .container {
        flex-direction: column-reverse;
    }
    .product-description-sec .container .column-left {
        width: 100%;
        margin-top: 20px;
    }
    .product-description-sec .container .column.column-right {
        width: 100%;
        padding-left: 0;
    }
    .product-description-sec .container .column .accordion__content {
        padding-right: 25px;
    }
    /* Brand USPs */
    .brand-usps-sec .page-width {
        padding-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .brand-usps-sec .content-wrapper .brand-usps {
        margin-top: 0;
        position: relative;
        padding: 16px 0;
        border-radius: 0;
    }
    /* Sticky Nav */
    .sticky-nav-inner {
        padding: 0px !important;
        overflow-x: scroll;
    }
    .sticky-nav-left-icon {
        display: none;
    }
    .sticky-nav-wrapper product-form.product-form {
        display: none;
    }
    .sticky-nav-menu {
        gap: 50px;
        overflow: scroll;
        white-space: nowrap;
        padding: 0 15px;
    }
    .sticky-nav-menu::-webkit-scrollbar {
        display: none;
    }
    .sticky-nav-item {
        font-size: 20px;
        font-weight: 600;
        padding: 15px 0;
    }
    /* Bought together */
    .bought-together-sec .page-width {
        padding-bottom: 40px;
    }
    .bought-together-sec .title-wrapper {
        margin-bottom: 3rem;
    }
    .bt-card {
        flex-shrink: unset;
    }
    .bt-card .card-wrapper {
        margin: 0;
        border-radius: 16px;
        gap: 20px;
        padding: 16px;
    }
    .bt-title a {
        font-size: 16px;
        line-height: 18px;
    }
    .bt-card form {
        bottom: -60px;
        right: 50%;
        transform: translate(50%);
    }
    .bt-slider {
        margin-bottom: 6rem;
    }
    .bt-nav {
        margin-top: 8rem;
    }
    .bt-nav .nav {
        display: none;
    }
    .bt-dots button.bt-dot svg.icon {
        width: 12px;
    }
    /* A+ Content */
    .product-a-content div#variant-metaobject-content {
        background: #fff;
    }
    .product-a-content .variant-meta .variant-content-item {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .product-a-content .variant-meta .content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-a-content .variant-meta .content-wrapper h2 {
        font-family: Migrena Grotesque !important;
        font-size: 22px;
        text-align: left;
        font-weight: 500;
        text-transform: none;
    }
    .product-a-content .variant-meta .content-wrapper .text {
        max-width: 100%;
        margin: auto auto 30px;
        text-align: left;
        position: relative;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #f05a22 #fff9ee;
    }
    .product-a-content .variant-meta .content-wrapper h2 span.highlight {
        line-height: normal;
        font-weight: 500;
    }
    .product-a-content .variant-meta .content-wrapper h2 span.highlight:before{
        content: none;
    }
    .product-a-content .variant-meta .content-wrapper .title-wrapper {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .sticky-atc-wrapper {
        background: #FFFFFF;
        box-shadow: 0px 0px 9.4px rgba(240, 90, 34, 0.25);
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 4;
        padding: 10px;
    }
    .sticky-atc-wrapper .sticky-atc-inner {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .sticky-atc-wrapper .sticky-atc-inner .sticky-price {
        width: 40%;
    }
    
    .sticky-atc-wrapper .sticky-atc-inner .buy-btn-wrapper {
        width: 60%;
    }
    .sticky-atc-inner div#variant-preview {
        background: #fff;
        border: 1px solid #000;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        color: #F05A22;
        display: flex;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 50px;
        width: 100%;
        overflow: hidden;
        flex-direction: row;
        align-items: center;
    }

    .sticky-atc-inner div#variant-preview:after {
        margin-left: 5px;
    }
    .sticky-atc-inner div#variant-preview p {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
    .sticky-atc-inner button.product-form__submit {
        margin: 0;
        background: #3A3A3B;
        color: #FFF9EE;
        height: 50px;
        padding: 0;
    }
    .sticky-atc-inner button.product-form__submit:after,
    .sticky-atc-inner button.product-form__submit:hover:after {
        box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0)), 0 0 0 calc(var(--buttons-border-width) + 1px) #3a3a3b;
    }
    .variant-modal-panel {
        border-radius: 12px;
        padding: 25px;
        margin: 20px;
    }
    .variant-modal-body {
        margin-top: 15px;
    }
    .pdp-review-title .rich-text__wrapper {
        width: 100%;
    }
    .product-reviews #judgeme_product_reviews .jdgm-write-rev-link {
        margin-top: 40px !important;
    }
    footer-seo.footer-seo{
        margin-bottom: 70px;
    }
}
#GalleryViewer-{{ section.id }} .slider-buttons {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Make sure buttons are visible on all breakpoints */
#GalleryViewer-{{ section.id }} .slider-button {
  display: flex !important;
  pointer-events: auto !important;
}

/* Optional: Position them nicely on desktop */
@media screen and (min-width: 990px) {
  #GalleryViewer-{{ section.id }} .slider-button--prev {
    left: 10px;
  }
  #GalleryViewer-{{ section.id }} .slider-button--next {
    right: 10px;
  }
  #GalleryViewer-{{ section.id }} .slider-button {
    pointer-events: auto; /* Buttons still work */
  }
}
slider-component.main-media {
  overflow: hidden;
}

slider-component.main-media .slider {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}


/* CMS Page - Blog-like content styles */
.template-page .rte * {
    color: #3A3A3B;
}
.template-page .rte strong,
.template-page .rte h2,
.template-page .rte h3,
.template-page .rte h4,
.template-page .rte h5,
.template-page .rte h6 {
    font-weight: 600;
}
.template-page .rte p,
.template-page .rte li,
.template-page .rte span,
.template-page .rte strong {
    line-height: 120%;
}
.template-page .rte a {
    color: #f05a22;
    text-decoration: none;
    font-weight: 600;
}
.template-page .rte a:hover {
    text-decoration: underline;
}
.template-page .rte p {
    margin-bottom: 1.5rem;
}