/** Shopify CDN: Minification failed

Line 999:0 Unexpected "}"

**/
.tag {
  background: #2f92ce;
  padding: 6px 1pc 4px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.wb_gap_image img {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.viewer-count{
  display: flex;
  align-items: center;
  gap: 5px;
}
media-gallery .button.visually-hidden::before,.button.visually-hidden::after{
    display: none;
}
.product .product__sku.visibility-hidden{
    display: none;
}
.product__info-container > [data-block-handle="star_rating"]{
    margin-top: 10px;
    margin-bottom: 0;
}
.product__info-container .wbpricetax{
    margin-top: 0;
    border: 2px solid #126fd3;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}
.product .pswp__img{
    background: rgb(var(--color-background));
    border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.comp-product .product__accordion summary.active svg.icon-caret{
  transform: rotate(180deg);
}
.comp-product .wbpricetax .wbvariantbadges,
.featured-product .wbvariantbadges{
  flex-shrink: 0;
  max-width: 82px;
}
.comp-product .share-button{
  margin-top: 0;
}
.comp-product.grid{
  margin-bottom: 0;
}
.wbprofpay .list-payment{
  margin: -0.5rem 0;
  padding: 0;
}
.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}
.product__media-wrapper {
  padding-left: 0;
}
.link.product__view-details {
  font-size: calc(var(--font-body-scale) * 14px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  float: right;
  min-height: 4.4rem;
}
.link.product__view-details svg path{
  transition: all var(--duration-long) ease;
}
.link.product__view-details:hover svg path{
    fill: rgb(var(--color-link-hover));
}
.section-featured-product .thumbnail:first-child{
  margin-left: 0;
}
.section-featured-product .thumbnail img {
  border: 1px solid var(--color-wbbordercolor);
  border-radius: 4px;
}
.product__accordion .complementary-products__container h2{
  margin-bottom: 0;
}
.product__accordion .complementary-products__container details h2 {
  margin-right: 30px
}
.product__accordion .complementary-products__container svg.icon-accordion path{
  fill: rgb(var(--color-foreground));
}
/* Content */
.wbcuscontent h2,.product__description h2 {
  font-size: calc(var(--font-body-scale) * 20px);
  margin-bottom: 20px;
}
.wbcuscontent ul{
    color: rgba(var(--color-foreground),.8);
}
.wb_proleft_head{
    font-size: calc(var(--font-body-scale) * 20px);
    margin-bottom: 0;
    border-bottom: 1px solid rgb(var(--color-foreground),0.08);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product__info-wrapper .product__accordion .rte p, .product__info-wrapper .product__description.rte p {
    color: rgba(var(--color-foreground),1);
}

.product__description.rte.quick-add-hidden {
    max-width: 100%;
    margin-top:10px;
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product__info-sections {
    /* border-top: 1px solid #f5f5f5; */
    /* padding: 10px;
  background: #eef4ff; */
}

.product__info-sections h2 { 
  background: none;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.product__info-sections h2::before {
  content: '';
  flex: 1;
  height: 2px;
  background-color: #bf0aa4;
  /* margin-right: 15px; */
}

.product__info-sections h2::after {
  content: '';
  flex: 1;
  height: 2px;
  background-color: #bf0aa4;

  /* margin-left: 15px; */
}

.product__description-toggle {
    display: block;
    position: absolute;
    bottom: 15px;
    /* left: 50%; */
    right: 0;
    transform: translateX(-50%);
    background: #bf0aa4;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: -13px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.product__description-toggle:hover {
    color: white;
    background: #8a0775;
}

.product__description-content {
    position: relative;
    padding-bottom: 20px;
    overflow: visible;
}

.product__description-truncated,
.product__description-full {
    max-width: 100%;
    overflow-x: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
}

.product__description-full {
    overflow-x: hidden;
    word-break: break-word;
    hyphens: auto;
}

.product__technical-specs {
    font-size: 1.4em;
}

.technical-specs__value,
.technical-specs__label {
    font-size: 14px !important;
}

/* Tags associés */
.product__tags-section {
    margin-top: 2rem;
    display: none;
}

.product__tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}

.product__tag {
    display: inline-block;
}

.product__tag .category-text {
    background-color: #e0e0e0;
    color: #333;
    padding: 2px 6px;
    /* border-radius: 4px; */
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

/* Couleurs thématiques pour les tags - exactement comme dans component-card.css */
.product__tag.tag-diy .category-text {
    background-color: #4caf50;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-coloriage .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-cuisine .category-text {
    background-color: #8BC34A;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-feminisme .category-text,
.product__tag.tag-féminisme .category-text {
    background-color: #bf0aa4;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-ecologie .category-text {
    background-color: #4caf50;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-pollution .category-text {
    background-color: #D32F2F;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-scandales .category-text {
    background-color: #d32f2f;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-inclusivite .category-text,
.product__tag.tag-inclusivité .category-text {
    background-color: #F44336;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-humanisme .category-text {
    background-color: #2196f3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-savoir .category-text {
    background-color: #2196F3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-agir .category-text {
    background-color: #CDDC39;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-activisme .category-text {
    background-color: #9C27B0;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-patriarcat .category-text {
    background-color: #C2185B;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-intersectionnalite .category-text {
    background-color: #673AB7;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-egalite .category-text,
.product__tag.tag-égalite .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-liberte .category-text,
.product__tag.tag-liberté .category-text {
    background-color: #2196F3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-education .category-text,
.product__tag.tag-éducation .category-text {
    background-color: #03A9F4;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-politique .category-text {
    background-color: #1976D2;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-religion-laicite .category-text {
    background-color: #0D47A1;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-accessibilite .category-text,
.product__tag.tag-accessibilité .category-text {
    background-color: #4CAF50;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-equite .category-text,
.product__tag.tag-équite .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-diversite .category-text,
.product__tag.tag-diversité .category-text {
    background-color: #9C27B0;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-engagement .category-text {
    background-color: #F44336;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-culture .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-science .category-text {
    background-color: #9C27B0;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-green-flash .category-text {
    background-color: #a0522d;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-education-savoir .category-text {
    background-color: #2196F3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-developpement-personnel .category-text {
    background-color: #4CAF50;
    color: white;
    padding: 2px 6px;
}

/* Style pour la valeur du Public dans la fiche technique */
.technical-specs__value.public-value {
    background: #4caf50;
    font-weight: 600;
    color: white;
    padding: 0 10px;
    display: inline-block;
    min-width: 60%;
    text-align: center;
}

/* Handles supplémentaires pour les variations */
.product__tag.tag-scandales .category-text {
    background-color: #d32f2f;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-ecologie .category-text {
    background-color: #4caf50;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-pollution .category-text {
    background-color: #D32F2F;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-feminisme .category-text {
    background-color: #bf0aa4;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-humanisme .category-text {
    background-color: #2196f3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-inclusivite .category-text {
    background-color: #F44336;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-savoir .category-text {
    background-color: #2196F3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-agir .category-text {
    background-color: #CDDC39;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-activisme .category-text {
    background-color: #9C27B0;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-patriarcat .category-text {
    background-color: #C2185B;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-intersectionnalite .category-text {
    background-color: #673AB7;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-egalite .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-liberte .category-text {
    background-color: #2196F3;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-education .category-text {
    background-color: #03A9F4;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-politique .category-text {
    background-color: #1976D2;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-religion-laicite .category-text {
    background-color: #0D47A1;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-accessibilite .category-text {
    background-color: #4CAF50;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-equite .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-diversite .category-text {
    background-color: #9C27B0;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-engagement .category-text {
    background-color: #F44336;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-culture .category-text {
    background-color: #FF9800;
    color: white;
    padding: 2px 6px;
}

.product__tag.tag-science .category-text {
    background-color: #9C27B0;
    color: white;
    padding: 2px 6px;
}

.product__description-toggle .toggle-text {
    transform: translateY(-1px);
}
.wbcollapse_cont{
  overflow:hidden;
  transition:height 0.3s ease-out;
  height:auto;
}
/* Trust content */
.trust_content{
    margin-top: 30px;
}
.trust_content .product__payment,.trust_content .psecure{
    margin-bottom: 30px;
}
.trust_content h3{
    font-size: calc(var(--font-body-scale) * 20px);
    margin-bottom: 20px;
}
.trust_content h3 svg{
    width: 20px;
    height: 20px;
}
.trust_content h4{
    font-size: calc(var(--font-body-scale) * 18px);
    margin-bottom: 15px;
}
.trust_content .list-payment{
    padding: 0;
}
.trust_content .list-payment__item{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.trust_content .list-payment__item svg{
    width: 42px;
    height: 26px;
    margin: 0 1px;
}
/* Continue selling */
.special-order{
    color: var(--continue-selling-color);
}
/* Product meta */
.wbmeta_main{
   padding: 0;
   margin: 0;
   list-style-type: none;
}
.wbmeta_main li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.wbmeta_main li p{
    margin: 0;
}
.wbmeta_main li span{
    font-weight: var(--font-body-weight-medium);
    min-width: 155px;
}
.spr-starrating .underlined-link,.spr-starrating .underlined-link:hover{
    text-decoration: none;
}
.product__media-gallery .thumbnail-list .thumbnail-list__item button.focus-inset:focus-visible{
    outline-offset: -1px;
}
button.product__xr-button::after{
    box-shadow: none;
}
.thumbnail-list__item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    color: rgb(var(--color-foreground));
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity));
}
variant-radios, variant-selects {
    display: block;
}
.product--no-media {
    max-width: 57rem;
    margin: 0 auto;
}
.product__info-wrapper {
    padding-left: 0;
    padding-bottom: 0;
}
.wbstockcount {
    padding-top: 0;
}
/* Product tab */
.wbpreview .spr-button, .spr-button-primary{
  min-height: calc(4.2rem + var(--buttons-border-width) * 2);
}
.wbpreview h2.spr-header-title{
  font-size: calc(var(--font-heading-scale) * 34px);
}
.wbpreview .spr-form-title {
  font-size: 22px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
.wbpreview #shopify-product-reviews{
    margin: 0;
}
.wbpreview .spr-form-message-error{
  font-size: calc(var(--font-body-scale) * 14px);
  padding: 7px 10px;
}
.wbpreview input[type="text"].spr-form-input,.wbpreview input[type="email"].spr-form-input{
    height: 45px;
    border: 1px solid rgba(var(--color-foreground),0.08);
    padding: 8px 15px;
}
.wbpreview .spr-form-input.spr-form-input-textarea{
    border: 1px solid rgba(var(--color-foreground),0.08);
    padding: 8px 15px;
}
.wbpreview .spr-icon{
    width: unset;
    top: 0;
}
.wbpreview [class^="spr-icon-"]::before, .wbpreview [class*=" spr-icon-"]::before{
    color: #ffbb40;
}
.new-review-form{
    max-width: 700px;
    margin: 0 auto !important;
}
.wbpreview .spr-container{
    padding: 0;
    border: none;
}
.wbpreview .spr-container .spr-summary-actions-newreview{
    position: relative;
    margin-top: -14px;
    transition: .3s ease;
    display: inline-block;
    float: right;
    text-decoration: underline;
    font-weight: var(--font-body-weight-medium);
}
.wbpreview .spr-content .spr-review {
    padding: 0;
    margin: 15px 0;
    border: 0;
} 
.wbpreview .spr-content .spr-reviews {
    border-top: 1px solid rgba(var(--color-foreground),0.08);
    margin-top: 20px;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 15px;
}
.wbpreview .spr-review-header-title{
  font-size: calc(var(--font-body-scale) * 22px);
}
.wbpreview .spr-review-content-body{
  font-size: calc(var(--font-body-scale) * 14px); 
}
.spr-review-header-byline{
    color: rgba(var(--color-foreground),.8);
    font-style: unset;
}
.spr-review-header-byline strong{
    font-weight: var(--font-body-weight);
}
.wbpreview .spr-starrating{
    display: block;
    margin: 0 12px 0 0;
}
.shopify-app-block .spr-starrating .spr-stars svg{
    vertical-align: unset;
}
.wbpreview .spr-pagination{
    grid-column: 1 / -1;
}
.wbpreview .spr-pagination-next,.wbpreview .spr-pagination-prev{
    position: unset;
}
.wbpreview .spr-pagination-page, .wbpreview .spr-pagination-next, .wbpreview .spr-pagination-prev {
    display: inline-block;
    min-width: 45px;
    min-height: 45px;
    padding: 10px 0;
}
/* countdown timer */
.ppage_countmain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: rgba(var(--count-bg-color),0.1);
    border: 1px solid rgba(var(--count-bg-color),0.2);
    padding: 20px;
  gap: 8px;
}
.ppage_countmain h3 a,
.ppage_countmain h3{
    color: rgba(var(--count-bg-color));
    margin: 0;
    font-size: calc(var(--font-body-scale) * 18px);
}
.wbmultipro_countd {
    display: flex;
    column-gap: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(var(--count-bg-color));
    color: rgb(var(--count-text-color));
}
.wbmultipro_countd span.count.wb_cseconds {
    display: inline-block;
    min-width: 22px;
}
.wbmultipro_countd span:last-child {
    font-size: calc(var(--font-body-scale) * 12px);
}
/* offer */
.wboffer_m h2{
    margin-bottom: 12px;
    font-size: calc(var(--font-body-scale) * 18px);
    font-weight: var(--font-body-weight-medium);
}
.wbpoffer_desc {
    font-size: calc(var(--font-body-scale) * 14px);
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 8px;
  word-break: break-word;
}
.wbpoffer_desc p{
  margin-bottom: 6px;
}
.wbpoffer_desc p:last-child{
  margin: 0;
}
/* Dynamic checkout */
.shopify-payment-button__button {
    border-radius: 0;
    font-family: inherit;
    min-height: 4.6rem;
}
.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}
.shopify-payment-button__button--hidden {
    display: none;
}
/* Product form */
.pro_qtyside .product-form__quantity .quantity__rules{
    margin-top: 0;
}
.product-form {
    display: block;
}
.product-form .pub-date-message {
  color: var(--sale-bg-color);
  font-size: calc(var(--font-body-scale) * 20px)
}
.product-form .preorder-message {
  line-height: calc(var(--font-body-scale) * 18px);
}
.product-form__error-message-wrapper:not([hidden]) {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}
.product-form__error-message-wrapper svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-right: .7rem;
    margin-top: 4px;
}
/* Form Elements */
.product__info-wrapper .product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 1.5rem 0;
    max-width: 25rem;
    min-width: fit-content;
    border: none;
}
.product__info-wrapper .product-form__input.product-form__quantity{
    flex: none;
    margin: 0;
}
variant-radios,
variant-selects {
    display: block;
}
.product-form__input .form__label {
    padding-left: 0;
}
fieldset.product-form__input .form__label {
    margin-bottom: 0.2rem;
}
.product__info-wrapper .wbswatchclr input[type="radio"] + label.color-swatchimg{
    width: calc(28px + (var(--variant-pills-border-width) * 2));
    height: calc(28px + (var(--variant-pills-border-width) * 2));
    min-width: calc(28px + (var(--variant-pills-border-width) * 2));
    min-height: calc(28px + (var(--variant-pills-border-width) * 2));
    background-position: 50%;
    background-size: 42px;
    margin: 0 6px 10px 0;
    font-size: 0;
    padding: 0;
    color: transparent;
}
.product__info-wrapper .product-form__input input[type='radio'] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 7px 8px;
    font-size: calc(var(--font-body-scale) * 14px);
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    margin: 0 3px 3px 0;
    box-shadow: none;
    min-width: 55px;
    min-height: 30px;
    border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
    background-color: transparent;
    color: rgba(var(--color-foreground));
    border-radius: var(--variant-pills-radius);
    z-index: 0;
}
.product__info-wrapper .product-form__input input[type='radio']:disabled + label,.product__info-wrapper .wbswatchclr input[type='radio']:disabled + label {
    text-decoration: line-through;
}
.product__info-wrapper .product-form__input input[type='radio']:focus-visible + label,.product__info-wrapper .wbswatchclr input[type='radio']:focus-visible + label {
    box-shadow: 0 0 0 .2rem rgb(var(--color-background)),0 0 0 .3rem rgba(var(--color-foreground),.3),0 0 .3rem .2rem rgba(var(--color-foreground),.1);
    border: 1px solid rgb(var(--color-foreground));
}
/* 
.product__info-wrapper .product-form__input input[type="radio"]:checked + label {
    background-color: rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    box-shadow: none;
}
 */
/* Fallback */
.product__info-wrapper .product-form__input input[type='radio'].focused + label,.product__info-wrapper .wbswatchclr input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}
.product__info-wrapper .product-form__input .select {
    max-width: 25rem;
}
.product-form__submit {
    margin-bottom: 1rem;
}
.product-form__submit[aria-disabled="true"] + .shopify-payment-button,
.product-form__submit[disabled] + .shopify-payment-button {
    opacity: 0.5;
}
@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
        color: Window;
  }
}
/* Overrides */
.shopify-payment-button__more-options {
    color: rgb(var(--color-foreground));
}
.shopify-payment-button__button {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}
/* Product info */
.product__info-container > * + * {
  margin: 2rem 0;
}
.product__info-container iframe {
  max-width: 100%;
}
.product__text {
  font-size: calc(var(--font-body-scale) * 14px);
  margin-bottom: 5px;
}
a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.product__title {
  word-break: break-word;
  /*margin-bottom: 1.5rem;*/
  margin-bottom: 0px;
  line-height: normal;
  font-size: 1.3em;
  font-family: "FS Koopman", sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
.product__subtitle {
  font-size: 14px;
  color: #626e82;
}
}
.product__title > * {
  margin: 0;
}
.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}
.product__text.uppercase + .product__title {
  margin-top: 0;
}
.product__accordion .accordion__content {
  padding: 0 1rem;
}
.product .price .wbvariantbadges .badge {
  position: unset;
  line-height: 1;
  margin-left: 5px;
}
.product .price__container {
  margin-bottom: 0.5rem;
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-format-info {
  text-align: center;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
  margin-bottom: 0.5rem;
  margin-top: -0.9rem;
  font-weight: 300;
}
.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.product .price--sold-out .price__badge-sale {
  display: none;
}
.product__description-title {
  font-weight: 600;
}
.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms,
.product--no-media .wboffer_m ,
.product--no-media.featured-product variant-radios,
.product--no-media.comp-product variant-radios{
  text-align: center;
}
.product--no-media.featured-product .product-form__buttons .product-form__submit{
  margin: 0 auto;
}
.product--no-media.featured-product .product-form .button:after{
  z-index: -1;
}
.product--no-media .product__info-container .wbpricetax .price, .product--no-media .product__info-container .icon-with-text__item,
.product--no-media .wbpoffer_desc {
    justify-content: center;
}
.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0 !important;
}
.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}
.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product--no-media .product-form {
  flex-direction: column;
}
.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}
.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

/* Mobile: afficher le label "Quantité" sur la même ligne */
@media screen and (max-width: 767px) {
  .product-form__quantity {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .product-form__quantity .form__label {
    margin-bottom: 0;
    white-space: nowrap;
  }
}

/* Masquer le texte entre parenthèses quand le produit est dans le panier */
.quantity__rules-cart {
  display: none !important;
}

/* Style pour la section commander en ligne */
.pro_qtyside {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.commander-en-ligne-title {
  background-color: #f5f5f5;
  padding: 5px;
  padding-left: 10px;
  font-weight: 500;
  font-size: calc(var(--font-body-scale) * 18px);
  color: #333;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
}

.commander-en-ligne-title svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.commander-en-ligne-title svg path {
  fill: rgb(var(--color-foreground));
}

            .commander-en-ligne-title svg.headcart path {
              fill: none;
              stroke: rgb(var(--color-foreground));
            }
            
            /* Style pour l'icône de magasin (icon-faddress) */
            .commander-en-ligne-title svg:not(.headcart) {
              width: 20px;
              height: 20px;
              flex-shrink: 0;
            }
            
            .commander-en-ligne-title svg:not(.headcart) path {
              fill: rgb(var(--color-foreground));
              stroke: none;
            }
            
            /* Encart Slow Commerce */
            .slow-commerce-banner {
              background-color: #4caf50;
              border-radius: 100px;
              padding: 16px;
              margin: 15px 0;
              color: white;
              position: relative;
            }
            
            .slow-commerce-content {
              display: flex;
              align-items: center;
              gap: 12px;
            }
            
            .slow-commerce-icon {
              flex-shrink: 0;
              width: 76px;
              height: 76px;
              overflow: hidden;
            }
            
            .slow-commerce-icon img {
              width: 96px;
              height: 96px;
              object-fit: cover;
              object-position: center;
              clip-path: inset(12% 12% 12% 12%);
              margin: -10px;
            }
            
            .slow-commerce-text h3 {
              margin: 0 0 4px 0;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.1;
              color: white;
            }
            
            .slow-commerce-text p {
              margin: 0;
              font-size: 1.2rem;
              color: white;
              line-height: 1.2;
              margin-right: 20px;
              /* opacity: 0.9; */
            }
            
            .slow-commerce-text a {
              position: absolute;
              bottom: 4px;
              right: 2px;
              background-color: white;
              color: #4caf50;
              font-weight: bold;
              text-decoration: none !important;
              text-decoration-line: none !important;
              text-decoration-style: none !important;
              text-decoration-color: transparent !important;
              width: 40px;
              height: 40px;
              border: 1px solid;
              border-radius: 50%;
              line-height: 1;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              z-index: 1;
            }
            
            .slow-commerce-text a:hover {
              background-color: white;
              color: #4caf50;
              text-decoration: none !important;
              text-decoration-line: none !important;
              text-decoration-style: none !important;
              text-decoration-color: transparent !important;
            }
            
            /* Style pour le point d'interrogation cliquable */
            .slow-commerce-question {
              position: absolute;
              bottom: 4px;
              right: 2px;
              background-color: white;
              color: #4caf50;
              font-weight: bold;
              width: 40px;
              height: 40px;
              border: 1px solid;
              border-radius: 50%;
              line-height: 1;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              z-index: 1;
              cursor: pointer;
              transition: all 0.3s ease;
            }
            
            .slow-commerce-question:hover {
              background-color: #f0f0f0;
              transform: scale(1.1);
            }
            
            /* Cursor pointer pour toute la box */
            .slow-commerce-banner {
              cursor: pointer;
              transition: all 0.3s ease;
            }
            
            .slow-commerce-banner:hover {
              transform: translateY(-2px);
              box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
            }
            
            /* Popup Slow Commerce */
            .slow-commerce-popup {
              position: fixed;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100vw;
              height: 100vh;
              z-index: 999999;
              display: none;
              pointer-events: none;
            }
            
            .slow-commerce-popup.active {
              display: block;
              pointer-events: auto;
            }
            
            .slow-commerce-popup.active {
              display: block;
            }
            
            .slow-commerce-popup-overlay {
              position: fixed;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100vw;
              height: 100vh;
              background-color: rgba(0, 0, 0, 0.3);
              /* backdrop-filter: blur(8px); */
              z-index: 1;
            }
            
            .slow-commerce-popup-content {
              position: fixed;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%) scale(0.9);
              max-width: 280px;/*calc(100vw - 40px);*/
              max-height: calc(100vh - 40px);
              width: fit-content;
              height: fit-content;
              min-width: 300px;
              background-color: white;
              border-radius: 12px;
              box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
              transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
              overflow-y: auto;
              opacity: 0;
              z-index: 2;
            }
            
            .slow-commerce-popup.active .slow-commerce-popup-content {
              transform: translate(-50%, -50%) scale(1);
              opacity: 1;
            }
            
            .slow-commerce-popup-header {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 20px;
              /* border-bottom: 1px solid #e0e0e0; */
              /* background-color: #4caf50; */
              color: white;
            }
            
            .slow-commerce-popup-title {
              display: flex;
              align-items: center;
              gap: 12px;
            }
            
            .slow-commerce-popup-title-icon {
              width: 32px;
              height: 32px;
              background-color: #4caf50;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-shrink: 0;
            }
            
            .slow-commerce-popup-title-icon-img {
              width: 27px;
              height: 27px;
              object-fit: cover;
              object-position: center;
              clip-path: inset(12% 12% 12% 12%);
            }
            
            .slow-commerce-popup-header h2 {
              margin: 0;
              font-size: 1.8rem;
              font-weight: 600;
            }
            
            .slow-commerce-popup-close {
              background: none;
              border: none;
              color: rgb(0, 0, 0);
              cursor: pointer;
              padding: 8px;
              border-radius: 50%;
              transition: background-color 0.3s ease;
              display: flex;
              align-items: center;
              justify-content: center;
            }
            
            .slow-commerce-popup-close:hover {
              background-color: rgba(255, 255, 255, 0.2);
            }
            
            .slow-commerce-popup-body {
              padding: 30px 20px;
              /* text-align: center; */
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              padding: 15px;
              padding-top: 15px;
              padding-top: 0;
            }
            
            .slow-commerce-popup-icon {
              text-align: center;
              margin-bottom: 20px;
            }
            
            .slow-commerce-popup-icon img {
              width: 120px;
              height: 120px;
              object-fit: cover;
              object-position: center;
              clip-path: inset(12% 12% 12% 12%);
            }
            
            .slow-commerce-popup-body h3 {
              margin: 0 0 15px 0;
              font-size: 1.6rem;
              font-weight: 600;
              color: #333;
            }
            
            .slow-commerce-popup-body h4 {
              margin: 20px 0 10px 0;
              font-size: 1.3rem;
              font-weight: 600;
              color: #4caf50;
            }
            
            .slow-commerce-popup-body p {
              margin: 0 0 15px 0;
              font-size: 1.4rem;
              line-height: 1.5;
              color: #666;
            }
            
            .slow-commerce-popup-body ul {
              margin: 0 0 20px 0;
              padding-left: 20px;
            }
            
            .slow-commerce-popup-body li {
              margin: 8px 0;
              font-size: 1.1rem;
              line-height: 1.4;
              color: #666;
            }
            
            .slow-commerce-note {
              background-color: #f8f9fa;
              padding: 15px;
              border-radius: 8px;
              border-left: 4px solid #4caf50;
              font-style: italic;
            }
            
            .slow-commerce-learn-more {
              display: inline-block;
              /* border: 1px solid #4caf50; */
              /* color: white; */
              text-decoration: none;
              padding: 10px;
              border-radius: 6px;
              font-weight: 300;
              margin-top: 10px;
              transition: background-color 0.3s ease;
            }
            
            .slow-commerce-learn-more:hover {
              /* background-color: #45a049; */
              text-decoration: underline;
              color: black
            }
            
            /* Styles spécifiques pour les inline-eco-container dans la popup */
            .slow-commerce-popup .inline-eco-container {
              width: 1.4em;
              height: 1.4em;
              background-color: #4caf50 !important;
              border: none !important;
            }
            
            .slow-commerce-popup .inline-eco-container .icon-tick {
              width: 1em;
              height: 1em;
              color: white;
            }
            
            .slow-commerce-popup .inline-eco-container .icon-tick path {
              fill: white !important;
              stroke: white !important;
            }
            
            /* Responsive pour mobile */
            @media screen and (max-width: 768px) {
              .slow-commerce-popup-content {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) scale(0.9);
                max-width: 280px;/*calc(100vw - 20px);*/
                max-height: calc(100vh - 20px);
                width: fit-content;
                height: fit-content;
                min-width: 280px;
                border-radius: 8px;
              }
              
              .slow-commerce-popup-header {
                padding: 15px;
              }
              
              .slow-commerce-popup-header h2 {
                font-size: 1.5rem;
              }
              
              /* .slow-commerce-popup-body {
                padding: 20px 15px;
              } */
              
              .slow-commerce-popup-body h3 {
                font-size: 1.4rem;
              }
              
              .slow-commerce-popup-body h4 {
                font-size: 1.2rem;
              }
              
              .slow-commerce-popup-body p,
              .slow-commerce-popup-body li {
                font-size: 1.4rem;
              }
            }
            
            /* Icône écologique en ligne */
            .inline-eco-container {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 1.5em;
              height: 1.5em;
              margin-top: -0.2em;
              background-color: #4caf50 !important;
              border-radius: 50% !important;
              margin-right: 0.3em;
              vertical-align: middle;
              overflow: hidden;
            }
            
            .inline-eco-icon {
              width: 1.5em;
              height: 1.5em;
              object-fit: cover;
              object-position: center;
              clip-path: inset(12% 12% 12% 12%);
            }
            
            /* Variante bleue pour l'icône écologique */
            .inline-eco-container.blue {
              background-color: #126fd3 !important;
              width: 1.3em !important;
              height: 1.3em !important;
              padding-left: 0.05em;
              padding-top: 0.05em;
            }
            
            /* Style pour l'icône tick dans le conteneur bleu */
            .inline-eco-container.blue .icon-tick {
              width: 1em;
              height: 1em;
              color: white;
            }
            
            .inline-eco-container.blue .icon-tick path {
              fill: white !important;
              stroke: white !important;
            }

.product-form__quantity {
  border: none;
  overflow: hidden;
  margin-top: 0;
}

.product-form__quantity .form__label {
  padding: 10px 10px 0 10px;
}

.product-form__quantity .quantity {
  padding: 0 10px 10px 10px;
}

.price-quantity-separator {
  border: none;
  height: 1px;
  background-color: #e0e0e0;
  margin: 15px 0;
}

.pro_qtyside .product-shipping-message {
  padding: 20px;
  padding-top: 10px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.pro_qtyside .product-shipping-message a {
  color: #126fd3;
  text-decoration: none;
}

.pro_qtyside .product-shipping-message a:hover {
  text-decoration: underline;
}

/* Mobile fixed add to cart controls */
.mobile-fixed-add-to-cart__controls {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

.mobile-fixed-add-to-cart__quantity-select {
  flex-shrink: 0;
  width: 60px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: white;
  font-size: 16px;
  text-align: center;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 30px;
  box-sizing: border-box;
  line-height: 48px;
}

.mobile-fixed-add-to-cart__quantity-select:focus {
  outline: none;
  border-color: #126fd3;
  box-shadow: 0 0 0 2px rgba(18, 111, 211, 0.2);
}

.mobile-fixed-add-to-cart__button-wrapper .product-form__submit {
  flex: 1;
  height: 44px;
  margin: 0;
  border-radius: 0 4px 4px 0;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}
.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}
.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}
.product--no-media .product-popup-modal__button {
  padding-right: 0;
}
.product--no-media .price {
  text-align: center;
}
/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.product__media-item.product__media-item--variant {
  display: none;
}
.product__media-item--variant:first-child {
  display: block;
}
.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}
.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}
.product__media-video .product__media-icon {
  opacity: 1;
}
.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}
.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.product__media-item > * {
  display: block;
  position: relative;
}
.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}
.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}
.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}
/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after,
  .product-form__input input[type="radio"]:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}
.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}
.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}
.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}
.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}
.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}
.product-media-modal__content .media {
  background: none;
}
.product-media-modal__model {
  width: 100%;
}
.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}
.product-media-modal__content .deferred-media {
  width: 100%;
}
.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
/* Product popup */
.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}
.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.product-popup-modal__content {
  background-color: rgb(var(--color-background));
  overflow: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
}
.product-popup-modal__content img {
  max-width: 100%;
}
.product-popup-modal__opener {
  display: inline-block;
}
.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}
.product-popup-modal__content.focused, .product-popup-modal__content:focus-visible {
 box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))
}
.product-popup-modal__content-info {
  padding-right: 4.4rem;
}
.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}
.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}
.thumbnail {
  display: block;
  padding: 0;
  cursor: pointer;
  border-color: #edeff2;
  border-width: 5px;
  opacity: 0.7;
}
.thumbnail:hover {
  /*opacity: 0.7;*/
  opacity: 1;
  border-color: #bf0aa4;
  border-width: 5px;
}
.thumbnail[aria-current] {
  border-color: #bf0aa4;
  opacity: 1;
  border-width: 5px;
}
.thumbnail img {
  pointer-events: none;
}
.thumbnail--narrow img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.thumbnail--wide img {
  height: auto;
  width: 100%;
}
.thumbnail__badge .icon {
  width: 10px;
  height: 10px;
}
.thumbnail__badge .icon-3d-model {
  width: 12px;
  height: 12px;
}
.thumbnail__badge {
    color: rgb(var(--color-foreground),.6);
    height: 20px;
    width: 20px;
    left: auto;
    right: .4rem;
    top: .4rem;
}
.thumbnail-list__item {
  position: relative;
}
.wbproleftimg .thumbnail-list{
    margin: 0;
}
.wbproleftimg .grid{
    margin-left: -1rem;
    column-gap: 0;
    row-gap: 0;
}
.wbproleftimg .grid__item{
    margin-left: 1rem;
    padding-bottom: 1rem;
}
.wbproleftimg .product__media-toggle,.wbproleftimg .product__media-icon{
    display: none;
}
.wbproleftimg .product__media-item--full .product__media-icon{
    display: flex;
}
.proplightb.wbproleftimg .grid__item.is-active,.proplightb.wbproleftimg .grid__item.is-active .product__media img,
.product--columns .proplightb.wbproleftimg .grid__item .product__media img,
.product--stacked .wbproleftimg .grid__item .product__media img{
    cursor: zoom-in;
}
.product--stacked .wbproleftimg .grid__item.product__media-item--full .product__media img,.product--stacked .wbproleftimg .grid__item.is-active.product__media-item--full{
    cursor: pointer;
}
/* payment */
.wbprofpayinr{
  border-radius: var(--text-boxes-radius);
  border: 1px solid rgba(var(--color-foreground),.1);
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  column-gap: 20px;
}
.wbprofpayinr span{
  word-break: break-word;
  max-width: 270px;
}
/* Product popup */
.product .pswp__bg{
  background: rgba(0,0,0,0.8);
}
.product__modal-opener:focus-within{
    outline: 1px solid red;
}
.product-popup-modal {
    transition: 0.3s ease-in-out;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.product-popup-modal__content {
    border-radius: 0px;
    overflow: auto;
    margin: 50px auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 20%;
    background: rgb(var(--color-background));
    padding: 15px;
    max-width: 600px;
}
.product-popup-modal__content img {
  max-width: 100%;
}
.product-popup-modal__content .product-popup-modal__content-info h1.h2{
    font-size: calc(var(--font-body-scale) * 24px);
    margin-bottom: 20px;
}
.product-popup-modal__opener {
  display: inline-block;
}
.product-popup-modal__button {
    padding: 0;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
    font-size: calc(var(--font-body-scale) * 16px);
    letter-spacing: 0.5px;
    color: var(--color-wbmaincolors-text);
}
.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}
.product-popup-modal__toggle {
    background-color: rgb(var(--color-background));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    border: 1px solid rgba(var(--color-foreground),0.08);
}
.product-popup-modal__toggle .icon {
    margin: 0;
    width: 16px;
    height: 16px;
}
.product__info-container .product__text{
    margin-bottom: 10px;
}
.product__info-container .product__title{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: calc(var(--font-heading-scale) * 28px);
    color: rgb(var(--color-foreground));
}
.wbvsku{
    margin-bottom: 10px;
}
product-recommendations .wbvariantbadges{
   display: none;
}
.product__info-container .wbvariantbadges span{
  font-weight: var(--font-body-weight-medium);
  text-transform: uppercase;
}
.product__info-container .price .price-item{
    font-size: calc(var(--font-body-scale) * 26px);
    font-weight: var(--font-body-weight-bold);
}
.product__info-container .price .unit-price.price-item{
    font-size: calc(var(--font-body-scale) * 16px);
}
.product__info-container .price--on-sale .price-item--regular{
    font-size: calc(var(--font-body-scale) * 22px);
    font-weight: var(--font-body-weight-medium);
}
.product__info-container .wbpricetax .price{
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 3px;
}
.product__info-container .badge {
    font-size: calc(var(--font-body-scale) * 12px);
    font-weight: var(--font-body-weight);
    margin: 0 2px;
}
.product__info-container variant-radios .form__label,.product__info-container variant-selects .form__label,
.product__info-container .product-form__quantity .form__label{
    font-size: calc(var(--font-body-scale) * 16px);
    margin-bottom: 8px;
    font-weight: var(--font-body-weight-medium);
    color: rgba(var(--color-foreground),0.7);
}
.product__info-container variant-radios .form__label span,.product__info-container variant-selects .form__label span,
.product__info-container .product-form__quantity .form__label span {
    color: rgba(var(--color-foreground),1);
}
.pro_qtyside {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 10px;
    align-items: end;
}
.product__info-container .product-form__buttons .button--primary{
    padding: 8px 10px;
    min-height: 40px;
    font-size: calc(var(--font-body-scale) * 16px);
    z-index: 0;
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0;
}
.product__info-container button.shopify-payment-button__button--unbranded {
    min-height: 40px;
}
.shopify-payment-button shopify-accelerated-checkout{
  --shopify-accelerated-checkout-button-block-size: 4.0rem;
}
.shopify-payment-button__button--unbranded{
    min-height: 40px;
    padding: 0 0;
    font-size: calc(var(--font-body-scale) * 16px);
    text-transform: capitalize;
    z-index: 0;
    background-color: rgba(var(--color-bg-button-hover),1);
    border-color: rgba(var(--color-bg-button-hover),1);
    color: rgb(var(--color-button-hover-text));
    transition: all var(--duration-long) ease;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]), .shopify-payment-button__button--unbranded:hover:not([disabled]){
    background: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
}
.shopify-payment-button__button--unbranded:after{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) rgba(var(--color-bg-button-hover),var(--alpha-button-background));
}
.shopify-payment-button__button--unbranded:hover:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) rgba(var(--color-button),var(--alpha-button-background));
}
.shopify-payment-button__button[disabled]{
  cursor: not-allowed;
}
.shopify-payment-button__button--hidden{
    display: none !important;
}
.product__info-container .product-popup-modal__button svg{
    width: 20px;
    height: 20px;
    fill: var(--color-wbmaincolors-text);
}
.product-popup-modal__content img {
  max-width: 100%;
}
.product-popup-modal__opener {
  display: inline-block;
}
.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}
.product-popup-modal__content-info {
  padding-right: 4.4rem;
}
.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}
.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.product__media-list .media > * {
  overflow: hidden;
}
.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}
/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}
@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}
.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.image-magnify-hover {
  cursor: zoom-in;
}
.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}
.product__modal-opener > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}
.product__modal-opener .path {
  stroke: rgb(var(--color-base-accent-1));
  opacity: 0.75;
}
@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}
.js .product__media {
  overflow: hidden !important;
}
.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
}
/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
}
.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}
.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}
.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}
.thumbnail-list__item {
  position: relative;
}
.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product:not(.featured-product) .product__view-details {
  display: none;
}
.product__view-details {
  display: block;
  text-decoration: none;
}
.product__view-details .icon {
  width: 1.2rem;
  flex-shrink: 0;
}
/* Inventory status */
.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product--no-media .product__inventory {
  justify-content: center;
}
/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: none;
}
.product__inventory.visibility-hidden:empty::after {
  content: "#";
}
/* Social Share Button */
.social-sharing{
  padding: 0;
  margin-bottom: 30px;
}
.social-sharing li{
  display: inline-block;
  vertical-align: middle;
}
.social-sharing li a svg path{
  fill: var(--white-color);
}
.social-sharing li a{
  padding: 5px 10px;
  font-size: calc(var(--font-body-scale) * 12px);
  color: var(--white-color);
  display: flex;
  align-items: center;
  border-radius: var(--buttons-radius);
}
.social-sharing li span{
    line-height: normal;
}
.social-sharing svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
} 
.social-sharing .share-facebook {
  background: #3b5998;
} 
.social-sharing .share-twitter {
  background: #000;
}
.social-sharing .share-pinterest {
  background: #cb2027;
}
/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
  margin: 1.5rem 0;
}
.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}
.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}
.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
  width: 30px;
  height: 30px;
}
.icon-with-text--vertical span.wbppageclr {
  margin-right: 10px;
}
/* .icon-with-text--vertical .icon {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
} */
.icon-with-text img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}
.icon-with-text--horizontal .h4 {
  margin-top: 15px;
  text-align: center;
  font-weight: var(--font-body-weight-medium);
  font-size: calc(var(--font-body-scale) * 1.5rem);
}
.icon-with-text--horizontal svg + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}
.icon-with-text__item {
  display: flex;
  align-items: center;
}
.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}
.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}
/* SKU block */
.product__sku.visibility-hidden::after {
  content: "#";
}
/* Product-thumbnail snippet */
.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
  border-radius: var(--media-radius)
}
.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: 300px; /*max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));*/
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}
.product-media-container .media {
  padding-top: var(--ratio-percent);
}
.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}
/* .product-media-container .product__modal-opener {
  display: block;
  position: relative;
}
 */
/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;
  display: block;
  position: relative;
  max-width: 100%;
  margin-bottom: 2.5rem;
}
.recipient-form-field-label {
  margin: 0.6rem 0;
}
.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}
.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
}
.no-js .recipient-checkbox {
  display: none;
}
.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}
.recipient-fields__field {
  margin: 0 0 2rem 0;
}
.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}
.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}
.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}
.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}
.js .recipient-fields {
  display: none;
}
.recipient-fields hr {
  margin: 1.6rem auto;
}
.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields ,
.recipient-email-label {
  display: none;
}
.js .recipient-email-label.required,
.no-js .recipient-email-label.optional {
  display: inline;
}
.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}
.recipient-form ul a {
  display: inline;
}
.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}
.wthumbnail .product-media-container.global-media-settings.gradient{
  margin: 0;
}
.product__media-item {
  height: 300px;
  margin-top:20px;
}
.related-products .product__media-item{
  height: 150px;
}

.thumbnail-list {
  justify-content: center;
}
@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }
  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }
  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 1rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }
  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }
  .product__modal-opener .product__media-icon {
    opacity: 0;
  }
  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
  .product-media-modal__content {
    padding: 2rem 11rem;
  }
  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }
  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
  }
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
  .product__media-item {
    background: #edeff2;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .product__info-wrapper .icon-with-text--horizontal,.wbprofpayinr{
    column-gap: 10px;
  }
  .product__info-container .product__title {
    font-size: calc(var(--font-heading-scale) * 28px);
  }
}
@media screen and (min-width: 768px) {
  .product:not(.product--columns).grid--2-col-tablet .product__media-item.grid__item {
    max-width: 100%;
  }
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }
  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }
  .product__info-wrapper {
    padding: 0 0 0 1rem;
  }
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 15px;
  }
  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }
  .product--right .product__info-wrapper--extra-padding {
    padding: 0 15px 0 0;
  }
  .product--right .product__media-list {
    margin-bottom: 2rem;
  }
  .product__media-container .slider-buttons {
    display: none;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: calc(var(--font-body-scale) * 18px);
  }
  .product__info-container > *:first-child {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }
  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }
  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }
  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }
  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
  .grid__item.product__media-item--full {
    width: 100%;
  }
  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }
  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }
  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }
  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .product-media-modal__content {
    padding-bottom: 2rem;
  }
  .product-media-modal__content > *:not(.active) {
    display: block;
  }
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product__media-list .deferred-media {
    display: block;
  }
  .product-media-modal__content {
    padding: 2rem 11rem;
  }
  .product-media-modal__content > * {
    width: 100%;
  }
  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }
  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
  .product--stacked .thumbnail-list {
    display: none;
  }
  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 1px;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }
  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
  .product-media-container {
    max-width: 100%;
  }
  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }
  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }
  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }
  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .complementary-products .grid--3-col-desktop .grid__item,
  .complementary-products .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3 );
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .ppage_countmain{
    padding: 10px;
  }
  .ppage_countmain{
    display: block;
  }
  .ppage_countmain h3{
    font-size: calc(var(--font-body-scale) * 14px);
    margin-bottom: 10px;
  }
  .wbmultipro_countd {
    display: inline-flex;
  }
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }
  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }
  .product__media-list .product__media-item {
    width: 100%;
    max-width: 100%;
  }
  .product__info-wrapper .icon-with-text--horizontal,.wbprofpayinr{
    column-gap: 10px;
  }
  .product__info-container .product__title {
    font-size: calc(var(--font-heading-scale) * 22px);
  }
  .product__info-container .price .price-item {
    font-size: calc(var(--font-body-scale) * 20px);
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: calc(var(--font-body-scale) * 16px);
  }
}
@media (max-width: 991px){
  .wbpreview h2.spr-header-title {
    font-size: calc(var(--font-heading-scale) * 22px);
  }
  .wbproleftimg .grid__item{
    padding-left: 0.2rem;
}
  .wbpreview .spr-review-header-title,.wbpreview .spr-review-header-title {
    font-size: calc(var(--font-body-scale) * 16px);
  }
  .product__info-container variant-radios .form__label, .product__info-container variant-selects .form__label, .product__info-container .product-form__quantity .form__label {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .product__info-container>*+* {
    margin: 1.5rem 0;
  }
  .icon-with-text--horizontal .h4{
    font-size: calc(var(--font-heading-scale) * 12px);
  }
  .wbprofpayinr span {
    max-width: 154px;
  }
}
@media screen and (max-width: 767px) {
  .product--mobile-hide media-gallery .grid--peek .grid__item  {
      width: calc(100% - 1.5rem - var(--grid-mobile-horizontal-spacing));
      max-width: calc(100% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
  .product__info-container>*+* {
    margin: 1rem 0;
  }
  .product__info-container .wbpricetax{
    padding-bottom: 10px;
  }
  .complementary-products .complementary-slide .grid__item {
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .product__info-wrapper {
    margin-top: 5px;
  }
  .ppage_countmain{
    padding: 10px;
  }
  .ppage_countmain h3 {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .product__info-container .price .unit-price.price-item {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .product-media-container product-model.media,.product-media-container .product__media.media{
    position: relative;
    border: var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));
    border-radius: var(--media-radius);
    background-color: rgb(var(--color-background));
  }
  .product-media-container.global-media-settings.gradient{
    border: unset;
    border-radius: unset;
    background-color: unset;
  }
  .wbproleftimg .product__media-item--full .product__media-toggle{
    display: flex;
  } 
  .wbprofpayinr{ 
    padding: 8px 12px;
    column-gap: 8px;
  }
  .wbprofpayinr .list-payment__item{
    padding: 3px 1px;
  }
  .social-sharing {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .product__info-container .product__title, .product__info-container .price .price-item {
    font-size: calc(var(--font-body-scale) * 18px);
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .icon-with-text--horizontal{
    column-gap: 6px;
  }
  .wbmeta_main li span {
    min-width: 105px;
  }
  .wbpreview .spr-content .spr-review{
    margin: 8px 0;
  }
  .wbpreview .spr-header-title,.wbpreview .spr-summary{
    text-align: left;
  }
  .wbpreview .spr-content .spr-reviews{
    grid-template-columns: auto;
    gap: 0;
    margin-top: 15px;
    padding-top: 10px;
  }
  .product__media-item {
    display: flex;
  }
  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }
  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }
  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }
  /* 
  .product__media-list .product__media-item {
    width: calc(100% - 1rem - var(--grid-mobile-horizontal-spacing));
    max-width: calc(100% - 1rem - var(--grid-mobile-horizontal-spacing));
  }
   */
  .protopimg-item.product__media-item,
  .product--mobile-columns .product__media-item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing));
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing));
  }
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
  .product__modal-opener {
    width: 100%;
  }
  .thumbnail-slider {
    display: flex;
    align-items: center;
  }
  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    /* padding: 0.5rem; */
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
  .wbproleftimg .grid {
    margin-left: 0;
    margin-right: 0;
    gap: var(--grid-mobile-horizontal-spacing);
  }
  .wbproleftimg .grid__item {
    padding-left: 1px;
    padding-right: 1px;
  }
  .mobileshowthumb .product__media-list .product__media-item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product__info-container .product-form__buttons .button--primary {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .ppage_countmain{
    display: block;
  }
  .ppage_countmain h3{
    margin-bottom: 10px;
  }
  .wbmultipro_countd{
    display: inline-flex;
  }
}

/* Mobile fixed add to cart button */
@media screen and (max-width: 767px) {
  .mobile-fixed-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem;
    border-top: 1px solid rgba(var(--color-foreground), 0.1);
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);

  }
  
  .mobile-fixed-add-to-cart__container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 8px;
  }
  
  .mobile-fixed-add-to-cart__info {
    flex: 1;
    min-width: 0;
  }
  
  .mobile-fixed-add-to-cart__condition {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* margin-bottom: 0.25rem; */
  }
  
  .mobile-fixed-add-to-cart__condition-text {
    font-size: 1.4rem;
    color: rgba(var(--color-foreground), 0.7);
    font-weight: 400;
  }
  
  .mobile-fixed-add-to-cart__quantity-display {
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.7);
  }
  
  .mobile-fixed-add-to-cart__price {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(var(--color-foreground));
    margin-top: -8px;
  }
  
  .mobile-fixed-add-to-cart__price .price__regular .price-item--regular {
    font-size: 1rem;
    font-weight: 600;
  }
  
  .mobile-fixed-add-to-cart__price .price__sale .price-item--sale {
    font-size: 1.6rem;
    font-weight: 600;
  }
  

  
  .mobile-fixed-add-to-cart__button-wrapper {
    flex: 3;
    min-width: 0;
  }
  
  .mobile-fixed-add-to-cart .product-form__submit {
    margin-bottom: 0;
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    background: #126fd3;
    color: white;
  }
  
  /* Add bottom padding to prevent content from being hidden behind fixed button */
  .product {
    /* padding-bottom: 80px; */
  }
  
  /* Hide the original button on mobile */
  .product-form__buttons .product-form__submit {
    display: none;
  }
}

/* Desktop: hide the fixed button */
@media screen and (min-width: 768px) {
  .mobile-fixed-add-to-cart {
    display: none;
  }
  
  /* Show the original button on desktop */
  .product-form__buttons .product-form__submit {
    display: block;
  }
}

/* Desktop fixed add to cart section */
.desktop-fixed-add-to-cart {
  display: none;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.desktop-fixed-add-to-cart__content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-fixed-add-to-cart__price-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.desktop-fixed-add-to-cart__label {
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
  font-weight: 400;
}

.desktop-fixed-add-to-cart__price {
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(var(--color-foreground));
  margin-top: -8px;
}

.desktop-fixed-add-to-cart__price .price__regular .price-item--regular {
  font-size: 1rem;
  font-weight: 600;
}

.desktop-fixed-add-to-cart__price .price__sale .price-item--sale {
  font-size: 1.6rem;
  font-weight: 600;
}

.desktop-fixed-add-to-cart__controls {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 3;
  min-width: 0;
  width: 100%;
}

.desktop-fixed-add-to-cart__quantity-select {
  flex-shrink: 0;
  width: 60px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: white;
  font-size: 16px;
  text-align: center;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 30px;
  box-sizing: border-box;
  line-height: 48px;
}

.desktop-fixed-add-to-cart__quantity-select:focus {
  outline: none;
  border-color: #126fd3;
  box-shadow: 0 0 0 2px rgba(18, 111, 211, 0.2);
}

.desktop-fixed-add-to-cart__button-wrapper {
  flex: 1;
  width: 100%;
}

.desktop-fixed-add-to-cart__button-wrapper .product-form__submit {
  width: 100%;
  height: 50px;
  margin: 0;
  border-radius: 0 4px 4px 0;
  background-color: #126fd3 !important;
  color: white !important;
  border-color: #126fd3 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.desktop-fixed-add-to-cart__button-wrapper .product-form__submit .loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.desktop-fixed-add-to-cart__button-wrapper .product-form__submit:hover {
  background-color: #0f5bb8 !important;
  border-color: #0f5bb8 !important;
}

/* Show desktop version on desktop */
@media screen and (min-width: 768px) {
  .desktop-fixed-add-to-cart {
    display: block;
  }
}

/* Technical Specifications Section */
.product__technical-specs {
  margin: 2rem 0;
}

.technical-specs__container {
  margin-top: 1.5rem;
}

.technical-specs__section {
  margin-bottom: 2rem;
}

.technical-specs__section:last-child {
  margin-bottom: 0;
}

.technical-specs__section-title {
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
  /* margin-bottom: 1rem; */
  /* padding-bottom: 0.5rem; */
  /* border-bottom: 1px solid rgba(var(--color-foreground), 0.1); */
}

.technical-specs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.technical-specs__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* padding: 0.75rem 0; */
  /* border-bottom: 1px solid rgba(var(--color-foreground), 0.05); */
}

.technical-specs__item:last-child {
  border-bottom: none;
}

.technical-specs__label {
  font-weight: 500;
  color: rgba(var(--color-foreground), 0.8);
  font-size: 0.9rem;
}

.technical-specs__value {
  font-weight: 400;
  color: rgb(var(--color-foreground));
  text-align: left;
  font-size: 0.9rem;
  /* margin-top: 0.25rem; */
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* Desktop styles */
@media screen and (min-width: 768px) {
  .technical-specs__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .technical-specs__item {
    padding: 0.5rem 0;
  }
  
  .technical-specs__label {
    font-size: 1rem;
  }
  
  .technical-specs__value {
    font-size: 1rem;
  }
}
