/* ==========================================================================
   GWL PDP (AR/RTL) Stylesheet — related/upsell listings + buy box / gallery / reviews / FAQ
   Loaded via catalog_product_view.xml, order="210"
   START: PDP (AR/RTL)
   ========================================================================== */

/* ==========================================================================
   GWL PDP Product Listing Changes
   Figma PDP related/upsell cards + hover (nodes 1390-17784 / 1588-8420)
   Scoped to body.gwl-pdp-figma .gwl-pdp-product-listing only.
   ========================================================================== */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing {
    --gwl-plp-ink: #100f1b;
    --gwl-plp-muted: #777777;
    --gwl-plp-rating: #999999;
    --gwl-plp-gold: #f5a623;
    --gwl-plp-action: #160b8b;
    font-family: 'Work Sans', sans-serif;
    margin: 48px 0 24px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title {
    margin: 0 0 28px;
    padding: 0;
    border: 0 !important;
    background: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title strong:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title strong:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: 0 !important;
    flex: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title strong {
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #100f1b;
    letter-spacing: 0;
    text-transform: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing.block.related > .block-title strong {
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* GWL PDP Product Listing Changes — Magento related in buy box (pair well with) */
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related.gwl-pdp-product-listing {
    width: 100%;
    margin: 0px 0 24px;
    padding-bottom: 0px;
    overflow: visible !important;
    background: transparent !important;
}


body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related.gwl-pdp-product-listing > .block-title {
    display: block !important;
    position: relative !important;
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    margin: 0 0 28px !important;
    padding: 0 0 8px !important;
    z-index: 2;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-title {
    display: block !important;
    position: relative !important;
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    margin: 0 0 0px !important;
    padding: 0 0 0px !important;
    z-index: 2;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-title strong {
    display: block !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #100F1B;
    margin-bottom: 16px;
    margin-top: 0;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-title strong:after {
    display: none;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related  .swiper-button-black {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related.gwl-pdp-product-listing > .block-title strong {
    display: block !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #100f1b;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-content {
    position: relative;
    z-index: 1;
    clear: both;
    padding: 0px !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-content .block-actions, 
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-content .block-actions button {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #100F1B;
    text-decoration: none!important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .block-content,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .product-item-info {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 100%;
    margin: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .product-item-info {
    padding: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid .product-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid .product-item {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid .product-item .product-image-container {
        display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid .product-item .product-image-wrapper {
    aspect-ratio: 1 / 1 !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .products-grid .product-item .product-image-photo {
        object-fit: cover !important;
    object-position: center !important;
    background: transparent;
    height: auto !important;
    margin: 0;
    max-height: 300px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__info {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__media,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__media .product-image-photo {
    background: #fff !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__media .product-item-photo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .related-available .product-item-name {
    margin-left: 0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #100F1B !important;
    letter-spacing: -0.25px !important;
    min-height: 48px;
    margin-bottom: 8px;
    margin-top: 0;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .related-available .product-item-name a {
    text-decoration: none!important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .related-available .price-box  {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    color: #100F1B !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .related-available .price-box span {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    color: #100F1B !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .related-available .product-item-details {
    padding: 20px 0 0 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__body .product-item-name,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__body .product-item-name > a,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__body .product-item-link,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__body strong.product-item-name,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__body strong.product.name {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    -webkit-line-clamp: unset !important;
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #000 !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-pdp-actions,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .gwl-plp-product-card__media::after {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related .field.choice.related {
    display: none !important;
}

/* GWL PDP Product Listing Changes — You Might Also Like after Reviews (full width) */
body.gwl-pdp-figma.catalog-product-view .column.main > .block.upsell,
body.gwl-pdp-figma.catalog-product-view .column.main > .gwl-pdp-product-listing--soldtogether {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
}

body.gwl-pdp-figma.catalog-product-view .block.upsell.gwl-pdp-product-listing:has(+ .gwl-pdp-product-listing--soldtogether) {
    display: none !important;
}

/* GWL PDP Product Listing Changes — hide Magento SoldTogether Amazon "Frequently Bought Together" */
body.gwl-pdp-figma.catalog-product-view .soldtogether-block {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether {
    position: relative !important;
    background: transparent !important;
    overflow: visible !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    border: 0 !important;
    border-top: 1px solid #CECDD8 !important;
    padding: 80px 0 80px!important;
    margin-top: 80px;
    margin-bottom: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-content {
    position: relative !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-pdp-ymal-head,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title,
body.gwl-pdp-figma.catalog-product-view .soldtogether-swiper .block-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    margin: 0 0 48px !important;
    padding: 0 !important;
    text-align: start !important;
    text-indent: 0 !important;
    z-index: auto !important;
    transform: none !important;
    font-size: inherit !important;
    line-height: normal !important;
    color: inherit !important;
    font-weight: inherit !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-pdp-ymal-head .block-title {
    margin: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title strong:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title strong:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title [role="heading"]:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title [role="heading"]:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-pdp-ymal-title:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-pdp-ymal-title:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: none !important;
    margin: 0 !important;
}

/* GWL PDP Product Listing Changes — Figma YMAL heading: Work Sans Bold / #000 (same as product titles) */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-pdp-ymal-title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-title .gwl-pdp-ymal-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    text-indent: 0 !important;
    white-space: normal !important;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    line-height: 48px !important;
    color: #100F1B !important;
    letter-spacing: -1px!important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-container,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .block-content .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent !important;
    padding: 0 0 16px !important;
    margin-top: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-wrapper {
    display: flex !important;
    align-items: stretch;
    background: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-slide {
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-slide:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-slide:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    background: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-plp-product-card__info {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-plp-product-card__media {
    flex: 0 0 auto;
    margin: 0 0 0px;
    border-radius: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-plp-product-card__body,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .product-item-details {
    display: grid !important;
    grid-template-rows: 18px minmax(2.7em, auto) 1.35em auto 28px;
    gap: 4px;
    align-items: start;
    padding: 0 !important;
    width: 100%;
    flex: 1 1 auto;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .product-item-name,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .product-item-link {
    min-height: 2.7em;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-plp-product-card__swatches {
    min-height: 28px;
    padding: 4px 0 8px;
    overflow: visible !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-products .product-item,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 16px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-products .product-item:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-products .product-item:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__info {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 100%;
    overflow: visible !important;
    height: auto !important;
    position: relative !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media {
    position: relative;
    overflow: hidden;
    background: #f5f5f7;
    line-height: 0;
    aspect-ratio: 1 / 1 !important;
    border: 0 !important;
    border-radius: 8px;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-item-photo {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    z-index: 1;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-item-photo,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-container,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-wrapper,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-photo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
}
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-wrapper {
    aspect-ratio: 1 / 1 !important;
}
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-photo {
    object-fit: cover !important;
    object-position: center !important;
    background: transparent;
    height: auto !important;
    margin: 0;
    max-height: 300px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-container,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media .product-image-wrapper {
    padding-bottom: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .prolabels-wrapper > .prolabel,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .prolabel {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__badges {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 4px;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.25px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-badge--new {
    background: #E8E8FF;
    color: #100F1B;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-badge--discount {
    background: #160b8b;
    color: #fff;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .product-item-details {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 20px 0 0px !important;
    margin: 0 !important;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    background: transparent !important;
    color: #000 !important;
    overflow: visible !important;
    transform: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__rating,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__rating--empty {
    display: flex;
    align-items: center;
        gap: 8px;
    min-height: 18px;
    height: 18px;
    margin: 0 0 14px;
    flex: 0 0 18px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__rating--empty {
    visibility: hidden;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__stars {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__stars-empty {
    color: #000000;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__stars-fill {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    overflow: hidden;
    white-space: nowrap;
    color: #FFCF2A;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__rating-text {
        font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    color: #100F1B !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body .product-item-name,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body .product-item-name > a,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body .product-item-link,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body strong.product-item-name,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body strong.product.name {
    display: block !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    -webkit-line-clamp: unset !important;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #100F1B !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: -0.25px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .swatch-attribute,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .swatch-opt {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__body .product-item-link:hover {
    color: #160b8b !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__size,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__size {
    display: block !important;
    margin: 0px 0 24px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: -0.25px !important;
    color: #100F1BB2 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-product-card__price {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0px 0 24px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-price,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-hbc-price .price {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    color: #100F1B !important;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__swatches {
    margin-top: 0px;
    min-height: 22px;
    padding: 0px;
    overflow: visible !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-color-swatches {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    overflow: visible !important;
    border: 1px solid #100F1B !important;
    border-radius: 50%;
    padding: 3px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-color-swatch {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    outline: 0 !important;
    overflow: hidden !important;
    flex: 0 0 16px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    vertical-align: middle;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-color-swatch.is-selected {
    border: 0px solid #100f1b !important;
    box-shadow: none !important;
    outline: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .price-box,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .product-reviews-summary,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .swissup-ajaxpro-quick-view-wrapper {
    display: none !important;
}

/* GWL PDP Product Listing Changes — hover actions (match PLP Figma) */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
    z-index: 5;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .product-item:hover .gwl-pdp-actions,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .product-item:focus-within .gwl-pdp-actions {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .gwl-plp-actions__wishlist,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .gwl-plp-actions__bar,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions a,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions button,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions form {
    pointer-events: auto !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-product-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    z-index: 2;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .product-item:hover .gwl-plp-product-card__media::after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .product-item:focus-within .gwl-plp-product-card__media::after {
    opacity: 1;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    right: auto !important;
    z-index: 8;
    margin: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist .action.towishlist {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist .action.towishlist::before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist .action.towishlist::after {
    content: none !important;
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist .gwl-plp-actions__label {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist .gwl-plp-actions__icon--wish {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    clip: auto !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.1 20.3s-7.1-4.4-9.2-8.3C1.3 8.8 2.6 5.5 5.7 4.7c1.9-.5 3.7.3 4.7 1.7 1-1.4 2.8-2.2 4.7-1.7 3.1.8 4.4 4.1 2.8 7.3-2.1 3.9-9.2 8.3-9.2 8.3z' stroke='%23100f1b' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E") center / 22px no-repeat !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__bar {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    top: auto !important;
    z-index: 6;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__bar .actions-primary,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__bar .actions-primary form {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart::before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart::after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocompare::before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocompare::after {
    content: none !important;
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__compare {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #160b8b !important;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__icon--compare {
    display: inline-block !important;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 7H4v4M16 17h4v-4M4.5 11.5 10 6M19.5 12.5 14 18' stroke='%23160b8b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #160b8b !important;
    color: #fff !important;
    font-size: 0 !important;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart .gwl-plp-actions__icon--cart {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart .gwl-plp-actions__label {
    display: inline-block !important;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px!important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart:hover,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions .action.tocart:focus {
    background: #12097a !important;
}

/* GWL PDP Product Listing Changes — SoldTogether / swiper slide cards */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-slide {
    height: auto !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-soldtogether-choice {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .product-item-info {
    width: 100%;
    background: transparent !important;
}

/* GWL PDP Product Listing Changes — Figma YMAL nav under cards */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .gwl-pdp-ymal-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 28px 0 0;
    padding: 0;
    width: 100%;
    direction: ltr;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-prev,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-next {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    flex: 0 0 40px;
    border-radius: 50% !important;
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #CECDD8 !important;
    box-shadow: none !important;
    color: #160b8b !important;
    transform: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-prev svg,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-next svg {
    display: block;
    width: 10px;
    height: 16px;
    pointer-events: none;
    transform: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-prev:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-next:after {
    content: none !important;
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-button-disabled {
    opacity: 0.35 !important;
    display: flex !important;
    visibility: visible !important;
    pointer-events: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-scrollbar {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    flex: 1 1 auto;
    width: auto !important;
    height: 1px !important;
    margin: 0 !important;
    border-radius: 2px;
    background: #E7E6EC !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing--soldtogether .swiper-scrollbar-drag {
    height: 1px !important;
    border-radius: 2px;
    background: #160b8b !important;
}

/* GWL PDP Product Listing Changes — circular swiper arrows (non-YMAL listings) */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing:not(.gwl-pdp-product-listing--soldtogether) .swiper-button-prev,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing:not(.gwl-pdp-product-listing--soldtogether) .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 2px 8px rgba(16, 15, 27, 0.08);
    color: #100f1b !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing:not(.gwl-pdp-product-listing--soldtogether) .swiper-button-prev:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing:not(.gwl-pdp-product-listing--soldtogether) .swiper-button-next:after {
    font-size: 14px !important;
    font-weight: 700;
}

@media (hover: none) {
    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-pdp-actions {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: none !important;
        position: static !important;
        height: auto !important;
        margin-top: 8px !important;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__wishlist {
        position: absolute !important;
        top: 12px !important;
        left: 12px !important;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing .gwl-plp-actions__bar {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
}

/* ==========================================================================
   GWL PDP Chrome Changes
   Figma gallery, buy box, specs, trust, Reviews/FAQ
   Scoped to body.gwl-pdp-figma.catalog-product-view
   ========================================================================== */
body.gwl-pdp-figma.catalog-product-view {
    --gwl-pdp-ink: #100f1b;
    --gwl-pdp-action: #160b8b;
    --gwl-pdp-muted: #777777;
}

body.gwl-pdp-figma.catalog-product-view .page-main {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .columns,
body.gwl-pdp-figma.catalog-product-view .column.main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Magento caps .page-main > .messages at 1280px; match gallery + buy box (page-main inner). */
body.gwl-pdp-figma.catalog-product-view .page-main > .messages,
body.gwl-pdp-figma.catalog-product-view .page-main > .page.messages {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .page.messages .message,
body.gwl-pdp-figma.catalog-product-view .page.messages .messages {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .page.messages .message {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Breadcrumbs sit in .page-top (Magento 1280 + 20px); same 1440 + 40px shell as the banner. */
body.gwl-pdp-figma.catalog-product-view .breadcrumbs {
    max-width: 1440px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 16px 80px;
    box-sizing: border-box;
    margin: 0;
}

/* Hide EasyTabs / Argento details chrome — Figma uses specs accordion + Reviews/FAQ */
body.gwl-pdp-figma.catalog-product-view .product.info.detailed,
body.gwl-pdp-figma.catalog-product-view [data-content-type="easytabs"],
body.gwl-pdp-figma.catalog-product-view .page-main-description,
body.gwl-pdp-figma.catalog-product-view .page-main-details,
body.gwl-pdp-figma.catalog-product-view .page-main-details .product-full-width-section#additional,
body.gwl-pdp-figma.catalog-product-view .page-main-details .product-full-width-section#reviews {
    display: none !important;
}

/* Gallery */
body.gwl-pdp-figma.catalog-product-view .product.media {
    position: relative;
}

@media (min-width: 768px) {
    body.gwl-pdp-figma.catalog-product-view.page-layout-1column .product.media {
        width: 49%;
        max-width: 640px;
        align-self: start;
        float: left;
    }

    body.gwl-pdp-figma.catalog-product-view.page-layout-1column .product-info-main {
        width: 47.5%;
        align-self: start;
        float: right;
    }
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    pointer-events: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-badges__item {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-badges__item--new {
    background: #34A853;
    color: #fff;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-badges__item--off {
    background: #E8E8FF;
    color: #100F1B;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__stage {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 0px;
    overflow: hidden;
    background: #f5f5f7;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__stage__shaft,
body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__stage__frame {
    height: 100% !important;
    border-radius: 0px;
    overflow: hidden;
}

/* Magento hides arrows until hover and translates them off-stage; Figma keeps them visible */
body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr--next,
body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: flex !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr {
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50% !important;
    bottom: auto !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 2px 8px rgba(16, 15, 27, 0.08);
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 30;
    pointer-events: auto;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr--prev {
    left: 16px !important;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr--next {
    right: 16px !important;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr--prev:before,
body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #100f1b;
    border-right: 2px solid #100f1b;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr--prev:before {
    transform: rotate(-135deg);
    margin-left: 3px;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__arr--next:before {
    transform: rotate(45deg);
    margin-right: 3px;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__nav-wrap {
    display: block !important;
    margin-top: 16px;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__nav__frame--thumb {
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f7;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__nav__frame--thumb .fotorama__thumb,
body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__nav__frame--thumb .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px;
}

body.gwl-pdp-figma.catalog-product-view .product.media .fotorama__thumb-border {
    border: 2px solid #100f1b !important;
    border-radius: 8px;
    background: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 21;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
    pointer-events: auto;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-dots__item {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e6e5eb4d;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-dots__item.is-active {
    width: 6px;
    height: 6px;
    background: #E7E6EC;
}

body.gwl-pdp-figma.catalog-product-view .fotorama--fullscreen .gwl-pdp-gallery-dots {
    display: none !important;
}

/* Buy box */
body.gwl-pdp-figma.catalog-product-view .product-info-main {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    overflow: visible;
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > * {
    grid-column: 1 / -1;
}

/* GWL PDP Chrome Changes — Figma order (stock → title+heart → rating → price → 3D → Tabby/Tamara → ATC) */
body.gwl-pdp-figma.catalog-product-view .product-info-main > .product-info-stock-sku { 
    order: 10;
    padding-bottom: 0;
 }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .page-title-wrapper {
    grid-column: 1;
    order: 20;
    align-self: start;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .product-addto-links {
    display: contents;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .gwl-pdp-buybox-rating { order: 30; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .product-info-price { order: 40; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .gwl-pdp-options { order: 45; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .gwl-pdp-tools { order: 49; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > #ardealy-visualizer-new { order: 50; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .visualize-space { order: 51; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > #tabbyPromo { order: 60; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .tamara-promo-widget-wrapper,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .tamara-page-type-product { order: 61; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > [data-content-type="html"] { order: 62; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .product-add-form { order: 70;      padding-top: 0px;}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .gwl-pdp-below--top { order: 80; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .block.related { order: 82; 
    width: 100%;
    margin: 0px 0 24px;
    padding-bottom: 0px;
    overflow: visible !important;
    background: transparent !important;
}
body.gwl-pdp-figma.catalog-product-view .product-info-main > .gwl-pdp-below--tabs { order: 85; }
body.gwl-pdp-figma.catalog-product-view .product-info-main > .product.attribute.overview { order: 90; }

/* Hide Magento/Swissup gallery labels — Figma badges are .gwl-pdp-gallery-badges */
body.gwl-pdp-figma.catalog-product-view .product.media .prolabel,
body.gwl-pdp-figma.catalog-product-view .product.media .prolabels,
body.gwl-pdp-figma.catalog-product-view .product.media [data-role="prolabels"] {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .stock.available {
    display: inline-flex !important;
    align-items: center;
    margin: 0 0 8px;
    padding: 4px 12px;
    border-radius: 4px;
    background: #34A853;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .page-title {
    font-family: 'outfit', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 40px !important;
    color: #100F1B !important;
    margin: 0 12px 0 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .product-addto-links {
    position: static;
    display: contents;
    margin: 0;
    padding: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .product-addto-links .action.whatsapp {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.tocompare {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    grid-column: 1 / -1;
    order: 32;
    margin: 0 0 24px;
    padding: 0;
    color: #160b8b !important;
    font-family: Bahij TheSansArabic;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none !important;
    text-transform: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.tocompare:before {
    content: '' !important;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 8H4v12h12v-4M16 4h4v12h-4M8 16l12-12' stroke='%23160b8b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.tocompare:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.tocompare span {
    display: inline !important;
    overflow: visible;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #160B8B !important;
    font-family: outfit, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-stock-sku .product.attribute.sku {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.towishlist {
    box-sizing: border-box;
    grid-column: 2;
    order: 20;
    align-self: start;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1.5px solid #E7E6EC;
    border-radius: 50%;
    background: #fff !important;
    background-image: none !important;
    line-height: 0 !important;
    font-size: 0 !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    vertical-align: top;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.towishlist:before {
    content: '' !important;
    display: block !important;
    box-sizing: border-box;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.1 20.3s-7.1-4.4-9.2-8.3C1.3 8.8 2.6 5.5 5.7 4.7c1.9-.5 3.7.3 4.7 1.7 1-1.4 2.8-2.2 4.7-1.7 3.1.8 4.4 4.1 2.8 7.3-2.1 3.9-9.2 8.3-9.2 8.3z' stroke='%23100f1b' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.towishlist:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .action.towishlist span {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin: 8px 0 24px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating a {
    text-decoration: none;
    color: inherit;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__stars {
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__stars-empty {
    color: #000000;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFCF2A;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating__empty {
    font-size: 14px;
    color: #160b8b;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating[data-empty] .gwl-hbc-product-card__rating-text {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__rating-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #58575F;
    letter-spacing: 0px;
}
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-sku {
    margin: 0;
    color: #100F1B;
    font-size: 14px;
    font-weight: 300;
     line-height: 20px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .product.attribute.sku {
    margin: 0 0 12px;
    color: #777;
    font-size: 13px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 0 0 24px;
    border: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price .price-label {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price .special-price {
    order: 1;
    padding-left: 8px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price .old-price {
    order: 2;
    color: #58575F;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: line-through;
}
.product-info-main .product-options-bottom .price-box .old-price .price-container > span, 
.product-info-main .product-info-price .price-box .old-price .price-container > span {
    text-decoration: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price .price {
    font-family: 'outfit', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 26px;
    color: #100F1B !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-price .old-price .price,
body.gwl-pdp-figma.catalog-product-view .product-info-price .price-box .old-price .price {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #999 !important;
    text-decoration: line-through;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-price-badge {
    display: inline-flex;
    align-items: center;
    order: 3;
    padding: 4px 7px;
    border-radius: 4px;
    background: #EA4335;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-price-unit {
    flex-basis: 100%;
    order: 10;
    margin: 0;
    color: #58575F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .swatch-attribute {
    margin: 0 0 16px;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .swatch-option.color {
    border-radius: 50% !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 24px;
    padding: 16px 0;
}

/* GWL PDP Chrome Changes — Figma: Available colors + Finish side by side;
   each label sits inline with its swatch / pills */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__attrs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 40px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__row--color {
    flex: 0 0 auto;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__row--finish {
    flex: 1 1 auto;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__label {
    margin: 0;
    color: #58575F;
    font-family: outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options .gwl-plp-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options .gwl-plp-color-swatch {
    display: block !important;
    box-sizing: border-box !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border: 1px solid #100F1B !important;
    border-radius: 50% !important;
    box-shadow: inset 0 0 0 2px #fff;
    flex: 0 0 24px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__finish {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__finish-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 16px;
    border: 1px solid #100f1b;
    border-radius: 4px;
    background: #fff;
    color: #100f1b;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-options__finish-pill.is-selected {
    background: #100f1b;
    color: #fff;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools.is-visible {
    display: flex;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__3d,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__space {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #160b8b;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__3d[hidden],
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__space[hidden] {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__3d:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3 4 7.5v9L12 21l8-4.5v-9L12 3Z' stroke='%23160b8b' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M12 21v-9M4 7.5 12 12l8-4.5' stroke='%23160b8b' stroke-width='1.6'/%3E%3C/svg%3E") center / 22px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__space {
    padding: 8px 16px;
    border: 1px solid #160b8b;
    border-radius: 8px;
    color: #160b8b;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tools__space:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8.5 12 4l8 4.5v7L12 20 4 15.5v-7Z' stroke='%23160b8b' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M9 13.5c0-1.8 1.3-3 3-3s3 1.2 3 3c0 2.2-3 5-3 5s-3-2.8-3-5Z' stroke='%23160b8b' stroke-width='1.5'/%3E%3C/svg%3E") center / 20px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main #ardealy-visualizer-new:empty {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main #visualizeRoom.gwl-pdp-ardealy-sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .visualize-space {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main #ardealy-visualizer-new {
    margin: 0;
}

/* GWL PDP Chrome Changes — Installation Service (Figma bordered row) */
body.gwl-pdp-figma.catalog-product-view .product-options-wrapper {
    margin: 0 0 24px;
    border: 1px solid #E7E6EC !important;
    border-radius: 4px;
    padding: 16px 16px;
    background: #fff;
}
.rtl.catalog-product-view .product-add-form .product-options-wrapper .field > .label {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500!important;
    color: #100F1B;
    margin-bottom: 4px;
}
.product-info-main .product-options-wrapper .field .control .label,
.product-info-main .product-options-wrapper .field .control .label span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500!important;
    color: #58575F;
}

body.gwl-pdp-figma.catalog-product-view .product-options-wrapper .fieldset {
    margin: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .product-options-wrapper .field:has(.gwl-pdp-install) > .label {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-options-wrapper .field:has(.gwl-pdp-install) .control {
    display: block !important;
    width: 100%;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install-wrap {
    margin: 0;
    padding: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 16px;
    background: #fff;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__row {
    display: flex;
    align-items: center;
    gap: 16px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__copy {
    min-width: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__heading {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__title {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #100f1b;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__info img {
    display: block;
    width: 16px;
    height: 16px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__price {
    margin-top: 4px;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #777;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__price .price-notice,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__price .price,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__price .price-wrapper {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__city {
    flex: 0 1 168px;
    min-width: 140px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__city-select {
    width: 100%;
    height: 40px;
    padding: 0 32px 0 12px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 12px) 50% / 12px 8px no-repeat;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #777;
    appearance: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__logo {
    flex: 0 0 auto;
    margin-left: auto;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__logo .ajeer-logo {
    display: block;
    width: auto;
    max-width: 56px;
    max-height: 28px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install .product-custom-option {
    flex: 0 0 auto;
    margin: 2px 0 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__popup {
    display: contents;
}

@media (max-width: 767px) {
    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install {
        padding: 12px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__row {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__left {
        flex: 1 1 100%;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__city {
        flex: 1 1 100%;
        order: 3;
        min-width: 0;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__city-select {
        height: 36px;
        font-size: 12px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__logo {
        margin-left: 0;
        order: 2;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__title {
        font-size: 13px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__price {
        font-size: 12px;
    }
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__logo,
.rtl body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__logo {
    margin-left: 0;
    margin-right: auto;
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__city-select,
.rtl body.gwl-pdp-figma.catalog-product-view .gwl-pdp-install__city-select {
    padding: 0 12px 0 32px;
    background-position: 12px 50%;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart {
    display: block;
    width: 100%;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.product-info-main .box-tocart .field.qty .label {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .fieldset,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .fieldset {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 0px 8px;
    width: 100%;
    margin: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .field.qty,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .field.qty {
    grid-column: 1;
    grid-row: 1;
    display: block;
    margin: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .actions,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .actions {
    display: contents;
    width: auto !important;
    padding: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .action.tocart.primary,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .action.tocart.primary {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 48px;
    padding: 12px 28px;
    border: 0;
    border-radius: 4px;
    background: #160b8b !important;
    color: #fff !important;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    margin: 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .action.tocart.primary:before,
body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .action.tocart.primary:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .action.tocart.primary:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .action.tocart.primary:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .actions > *:not(.action.tocart),
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .actions > *:not(.action.tocart) {
    grid-column: 1 / -1;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .box-tocart .action.tocart.primary:hover,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .action.tocart.primary:hover {
    background: #12097a !important;
}

/* GWL PDP Chrome Changes — Figma Inquire on WhatsApp + Download + Share */
body.gwl-pdp-figma.catalog-product-view .product-info-main .order-on-whatsapp,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .order-on-whatsapp {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin: 24px 0 0;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .btn-whatsapp,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .btn-whatsapp {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: 8px;
    width: auto !important;
    min-height: 22px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #100F1B !important;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .order-on-whatsapp .action.whatsapp.gwl-pdp-share,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-share.action.whatsapp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-inline-start: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 9H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-2' stroke='%23160b8b' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12 15V4' stroke='%23160b8b' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8.5 7.5 12 4l3.5 3.5' stroke='%23160b8b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    cursor: pointer;
    text-decoration: none !important;
    text-indent: 0;
    overflow: hidden;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-share.action.whatsapp:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-share.action.whatsapp:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-share.action.whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .btn-whatsapp:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .btn-whatsapp:before {
    content: '';
    flex: 0 0 16px;
    width: 16px;
    border-radius: 50%;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2325D366'/%3E%3Cpath fill='%23fff' d='M16.6 14.2c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.5.1-.2.2-.6.8-.7.9-.1.2-.3.2-.5.1-.2-.1-1-.4-1.9-1.2-.7-.6-1.2-1.4-1.3-1.6-.1-.2 0-.4.1-.5l.4-.5c.1-.1.1-.2.2-.4 0-.1 0-.3 0-.4 0-.1-.5-1.3-.7-1.8-.2-.5-.4-.4-.5-.4h-.4c-.1 0-.4.1-.6.3-.2.2-.8.8-.8 1.9s.8 2.2.9 2.3c.1.2 1.6 2.4 3.8 3.3.5.2.9.4 1.2.5.5.2 1 .1 1.3.1.4-.1 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1 0-.1-.2-.1-.4-.2z'/%3E%3C/svg%3E") center / 22px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .btn-whatsapp:hover,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tocart .btn-whatsapp:hover {
    background: transparent !important;
    color: #160b8b !important;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .product.attribute.overview {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .product-social-links .action.tocompare,
body.gwl-pdp-figma.catalog-product-view .product-info-main .product-social-links .action.whatsapp,
body.gwl-pdp-figma.catalog-product-view .product-info-main .mailto.friend {
    display: none;
}

/* GWL PDP Chrome Changes — Figma breadcrumb Home text (not house icon) */
body.gwl-pdp-figma.catalog-product-view .breadcrumbs .home a, 
body.gwl-pdp-figma.catalog-product-view .breadcrumbs .category a {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    text-indent: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #444462 !important;
    background: none !important;
}
body.gwl-pdp-figma.catalog-product-view .breadcrumbs .product strong {
    font-size: 14px !important;
    color: #100F1B !important;
    font-family: outfit, sans-serif;
    font-weight: 500 !important;
    line-height: 20px !important;
}
body.gwl-pdp-figma.catalog-product-view .breadcrumbs::after {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .breadcrumbs .home a:before,
body.gwl-pdp-figma.catalog-product-view .breadcrumbs .home a:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .breadcrumbs .home a span {
    display: inline !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    clip: auto !important;
    text-indent: 0 !important;
    font-size: 13px !important;
}
body.gwl-pdp-figma.catalog-product-view .breadcrumbs .item:not(:last-child):after {
    margin: 0 16px;
    color: #838384;
    font-weight: 400;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main > #tabbyPromo,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .tamara-promo-widget-wrapper,
body.gwl-pdp-figma.catalog-product-view .product-info-main > .tamara-page-type-product,
body.gwl-pdp-figma.catalog-product-view .product-info-main > [data-content-type="html"] {
    margin: 0 0 12px;
}

/* Specs + trust + reviews in Magento right column */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-below {
    max-width: none;
    width: 100%;
    margin: 0px 0 80px;
    clear: none;
}

body.gwl-pdp-figma.catalog-product-view .product-info-main .gwl-pdp-below--top {
    margin-top: 20px;
    margin-bottom: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs {
        border-top: 1px solid #E7E6EC;
    border-bottom: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 16px;
    border: 0;
    background: transparent;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #100F1B;
    cursor: pointer;
    text-align: left;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid #160b8b;
    border-bottom: 2px solid #160b8b;
    transform: rotate(-135deg);
    transition: transform 0.15s ease;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs.is-collapsed .gwl-pdp-specs__chevron {
    transform: rotate(45deg);
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px;
    margin: 0 0 24px 0px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__item--wide {
    grid-column: 1 / -1;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__label {
        margin: 0 0 0px;
    color: #838384;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__value {
    margin: 0;
    color: #100F1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 8px;
    margin: 0 0 24px;
    padding: 24px 0 24px;
    list-style: none;
    background: none;
    border-top: 1px solid #E7E6EC;
    border-bottom: 1px solid #E7E6EC;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__icon--delivery {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 7h11v8H3V7Z' stroke='%23160b8b' stroke-width='1.5'/%3E%3Cpath d='M14 10h4l3 3v2h-7v-5Z' stroke='%23160b8b' stroke-width='1.5' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='18' r='1.7' stroke='%23160b8b' stroke-width='1.5'/%3E%3Ccircle cx='18' cy='18' r='1.7' stroke='%23160b8b' stroke-width='1.5'/%3E%3C/svg%3E");
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__icon--returns {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 7H4v3M20 12a8 8 0 1 1-2.2-5.5' stroke='%23160b8b' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4 7l3.5 2' stroke='%23160b8b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__icon--pay {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='7' width='18' height='12' rx='2' stroke='%23160b8b' stroke-width='1.5'/%3E%3Cpath d='M3 10h18' stroke='%23160b8b' stroke-width='1.5'/%3E%3Ccircle cx='16.5' cy='14.5' r='1.1' fill='%23160b8b'/%3E%3C/svg%3E");
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: outfit, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #58575F;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__text strong {
        color: #100F1B;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__text span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #58575F;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs {
    margin: 0px 0 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__nav {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #CECDD8;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__tab {
    margin: 0;
    padding: 13px 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #58575F;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: -1px;
    border-radius: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__tab.is-active,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__tab.active {
    color: #160B8B;
    font-weight: 400;
    border-bottom-color: #160B8B;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__panel,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs #reviews {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 24px 0 0 !important;
    float: none !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__panel[data-gwl-panel="faq"] {
    padding: 24px 0 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__head {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px 0 16px;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__intro {
    flex: 1 1 auto;
    min-width: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__title {
    margin: 0 0 8px 0;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__sub {
    margin: 0px 0 0;
    color: #58575F;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__write {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    padding: 0px 24px;
    border: 0;
    border-radius: 4px;
    background: #160b8b;
    color: #fff !important;
    font-family: outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 32px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__write:hover {
    background: #12097a;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-below--tabs,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box;
}
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-below--tabs .review-toolbar {
        margin: 0 !important;
}
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs #reviews #product-review-container,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews #product-review-container,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .block.review-add,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .block.review-list,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .block.review-list .block-content,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-items {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form[hidden] {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form .block-title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form .legend,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form legend {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form .block.review-add,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .block.review-add,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .block.review-list,
body.gwl-pdp-figma.catalog-product-view #product-review-container .block.review-list {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form .block-content,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-fieldset > br,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-field-ratings > br {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field {
    margin: 0 0 16px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field > .label,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-field-ratings > .label,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-field-rating > .label {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 0 8px;
    padding: 0;
    color: #100f1b !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field.required > .label:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field.required > .label span:after {
    color: #c00;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field .control {
    width: 100% !important;
    float: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field .input-text,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #100f1b;
    box-shadow: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .field textarea {
    min-height: 96px;
    resize: vertical;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews.is-form-open .gwl-pdp-reviews__write {
    visibility: hidden;
    pointer-events: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__form:not([hidden]) {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #e8e8e8;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-field-rating > .label {
    display: none !important;
}

/* GWL PDP Chrome Changes — interactive 5-star picker (Argento widths + gold SVG) */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote {
    position: relative;
    width: 130px;
    height: 24px;
    margin: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote label:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAwTDEwLjExNiA1LjA4NzU0TDE1LjYwODUgNS41Mjc4NkwxMS40MjM4IDkuMTEyNDZMMTIuNzAyMyAxNC40NzIxTDggMTEuNkwzLjI5NzcyIDE0LjQ3MjFMNC41NzYyIDkuMTEyNDZMMC4zOTE1NDggNS41Mjc4Nkw1Ljg4Mzk3IDUuMDg3NTRMOCAwWiIgZmlsbD0iI0Y1QjgwMCIvPjwvc3ZnPg==') repeat-x left top / 26px 24px !important;
    content: '' !important;
    display: inline-block !important;
    height: 24px !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    font-size: 0 !important;
    color: transparent !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote:before {
    filter: grayscale(1) opacity(0.35);
    width: 130px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote label:before {
    filter: none !important;
    opacity: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote input[type="radio"]:hover + label:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote input[type="radio"]:checked + label:before {
    opacity: 1 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote label:hover ~ label:before {
    opacity: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote .rating-5:before {
    width: 130px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote .rating-4:before {
    width: 104px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote .rating-3:before {
    width: 78px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote .rating-2:before {
    width: 52px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-control-vote .rating-1:before {
    width: 26px !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions:after {
    display: none !important;
    content: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions .primary,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions .actions-primary {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions .action.submit,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__cancel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    white-space: nowrap;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .review-form-actions .action.submit {
    border: 0;
    background: #160b8b !important;
    color: #fff !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__cancel {
    border: 1px solid #160b8b;
    background: #fff !important;
    color: #160b8b !important;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__cancel:hover {
    background: #f6f6f8 !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .block.review-list {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .block.review-list > .block-title,
body.gwl-pdp-figma.catalog-product-view #product-review-container .review-toolbar .limiter {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-item,
body.gwl-pdp-figma.catalog-product-view #product-review-container .item.review-item,
body.gwl-pdp-figma.catalog-product-view #product-review-container .review-items > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 8px;
    padding: 20px 24px !important;
    margin: 0 0 16px !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 0 8px;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-details-label {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-author,
body.gwl-pdp-figma.catalog-product-view #product-review-container .review-author .review-details-value {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #c4a035;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-date,
body.gwl-pdp-figma.catalog-product-view #product-review-container .review-date .review-details-value {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #8a8a8a;
    white-space: nowrap;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-author .review-details-value::before {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-ratings {
    float: none !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 10px !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-ratings ~ .review-content,
body.gwl-pdp-figma.catalog-product-view #product-review-container .review-ratings ~ .review-details,
body.gwl-pdp-figma.catalog-product-view #product-review-container .review-ratings ~ .review-content-container {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-ratings .rating-label {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .gwl-pdp-review-stars {
    margin: 0 0 10px;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .gwl-pdp-review-stars .gwl-hbc-product-card__stars {
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .gwl-pdp-review-stars .gwl-hbc-product-card__stars-empty {
    color: #e0e0e0;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .gwl-pdp-review-stars .gwl-hbc-product-card__stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f5a623;
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view #product-review-container .gwl-pdp-review-stars .gwl-hbc-product-card__stars-fill,
.rtl body.gwl-pdp-figma.catalog-product-view #product-review-container .gwl-pdp-review-stars .gwl-hbc-product-card__stars-fill {
    left: auto;
    right: 0;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-title {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-content-container {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

body.gwl-pdp-figma.catalog-product-view #product-review-container .review-content {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #100f1b;
}

@media (min-width: 1025px) {
    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs #reviews,
    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs #reviews #product-review-container,
    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews #product-review-container,
    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews .block.review-add {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__empty {
    margin: 16px 0 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #100f1b;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__pending-note {
    margin: 0 0 16px;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #8a8a8a;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq [data-role="questions-list"] {
    order: 3;
    padding-bottom: 0px;
    margin: 0 !important;
    border-bottom: 0px solid #e8e6f4;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__head {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    order: 1;
    width: 100% !important;
       max-width: 100% !important;
    margin: 0px 0 16px;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__intro {
    flex: 1 1 auto;
    min-width: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__title {
    margin: 0 0 8px 0;
    font-family: outfit, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__sub {
       margin: 0px 0 0;
    color: #58575F;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__write {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    padding: 0px 24px;
    border: 0;
    border-radius: 4px;
    background: #160b8b;
    color: #fff !important;
    font-family: outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 32px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__write:hover {
    background: #12097a;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq.is-form-open .gwl-pdp-faq__write {
    visibility: hidden;
    pointer-events: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e8e6f4;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__item.is-open {
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 18px 0;
    border: 0;
    background: transparent;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #100f1b;
    text-align: right;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__q > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border: 0;
    transform: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__icon:before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__icon:after {
    content: '';
    position: absolute;
    background: #160b8b;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__icon:before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__icon:after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__item.is-open .gwl-pdp-faq__icon:after {
    display: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__item.is-open .gwl-pdp-faq__q {
    padding-bottom: 8px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__a {
    padding: 0 0 18px;
    color: #555555;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__a[hidden] {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__item.is-open .gwl-pdp-faq__a {
    display: block;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__a p {
    margin: 0;
}

/* GWL PDP Chrome Changes — Swissup AskIt Q&A uses Figma accordion chrome */
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .block.askit-questions,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-questions .block-content,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq [data-role="questions-list"],
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq #askit-new-question-form,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-items,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .block.askit-questions,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-questions .block-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq:not(.is-form-open):not(.has-askit-success) .askit-question-form {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-questions > .title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-questions .block-title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-questions .toolbar {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq ol,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 0;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item:not(.askit-item-answer) {
    background: #f5f5f5 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-avatar,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-same,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answer-same,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-author,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-vote,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-trigger,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-answer-form,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answers > li:not(.askit-item-answer),
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .message.info.notlogged,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answers::before,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answers::after {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item:not(.askit-item-answer) > .askit-item-body {
    position: relative;
    display: block;
    padding: 16px 16px 16px 44px;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #100f1b;
    cursor: pointer;
    text-align: right;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item:not(.askit-item-answer) > .askit-item-body:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    right: auto;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background:
        linear-gradient(#160b8b, #160b8b) center / 14px 2px no-repeat,
        linear-gradient(#160b8b, #160b8b) center / 2px 14px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item.is-open:not(.askit-item-answer) > .askit-item-body,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item:not(.askit-item-answer):has(input[id^="askit-item-trigger"]:checked) > .askit-item-body {
    padding-bottom: 8px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item.is-open:not(.askit-item-answer) > .askit-item-body:after,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item:not(.askit-item-answer):has(input[id^="askit-item-trigger"]:checked) > .askit-item-body:after {
    background: linear-gradient(#160b8b, #160b8b) center / 14px 2px no-repeat;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-actions {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    min-height: 0 !important;
    position: static;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-trigger,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-actions > input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answers {
    display: none;
    padding: 0 16px 16px !important;
    margin: 0 !important;
    list-style: none;
    position: static !important;
    border: 0 !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item.is-open .askit-item-answers,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-actions input[id^="askit-item-trigger"]:checked ~ .askit-item-answers {
    display: block !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answers > .askit-item-answer {
    display: block !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answer {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answer .askit-item-body,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-item-answer p {
    padding: 0;
    margin: 0 !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #555555;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .block-title,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-show-form {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form {
    order: 2;
    margin: 0 0 16px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq.has-askit-success:not(.is-form-open) .askit-question-form .form,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq.has-askit-success:not(.is-form-open) .askit-question-form .block-content {
    display: none !important;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .messages,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .message {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    box-sizing: border-box;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .form {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #e8e8e8;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .field > .label {
    display: block;
    margin: 0 0 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #100f1b;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .input-text,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 10px 12px;
    font-family: 'Work Sans', sans-serif;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .actions-toolbar .primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .action.submit,
body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    height: 40px;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq .askit-question-form .action.submit {
    border: 0;
    background: #160b8b;
    color: #fff;
}

body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__cancel {
    border: 1px solid #160b8b;
    background: #fff;
    color: #160b8b;
}

@media (max-width: 767px) {
    body.gwl-pdp-figma.catalog-product-view {
        overflow-x: hidden;
    }

    body.gwl-pdp-figma.catalog-product-view .page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.gwl-pdp-figma.catalog-product-view .product.media,
    body.gwl-pdp-figma.catalog-product-view .product-info-main {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__toggle {
        font-size: 16px;
        padding: 16px 0;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust {
        gap: 8px;
        margin: 0 0 16px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-trust__item {
        padding: 0px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-reviews__head {
        flex-wrap: wrap;
    }

    body.gwl-pdp-figma.catalog-product-view .product-info-main .page-title {
        font-size: 22px !important;
        margin-left: 12px !important;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__head {
        flex-direction: column;
        gap: 12px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__write {
        width: 100%;
        text-align: center;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__nav {
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-tabs__btn {
        white-space: nowrap;
        padding: 12px 16px;
        font-size: 14px;
    }

    body.gwl-pdp-figma.catalog-product-view .gwl-pdp-product-listing > .block-title strong {
        font-size: 18px;
    }

    body.gwl-pdp-figma.catalog-product-view .product-info-main .product-options-bottom .box-tocart {
        flex-wrap: wrap;
    }
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-badges,
.rtl body.gwl-pdp-figma.catalog-product-view .gwl-pdp-gallery-badges {
    left: 16px;
    right: auto;
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .product-info-main .page-title,
.rtl body.gwl-pdp-figma.catalog-product-view .product-info-main .page-title {
    margin: 0 0 0 12px !important;
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__stars-fill,
.rtl body.gwl-pdp-figma.catalog-product-view .gwl-pdp-buybox-rating .gwl-hbc-product-card__stars-fill {
    left: auto;
    right: 0;
}

html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__toggle,
html[lang="ar"] body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__q,
.rtl body.gwl-pdp-figma.catalog-product-view .gwl-pdp-specs__toggle,
.rtl body.gwl-pdp-figma.catalog-product-view .gwl-pdp-faq__q {
    text-align: right;
}

/* END: PDP (AR/RTL) */
