/** Shopify CDN: Minification failed

Line 164:33 Unexpected "{"

**/
:root {
    --backgroundWhite: #ffffff;
    --backgroundLight: #f6f6f6;
    --overlayBackgroundColor: #000000e6;
    --widthControlMax: 1800px;
    --buttonBorderRadius: 5px;
    --breadcrumbBarHeight: 60px;
    --square: 1 / 1;
    --sectionMarginBottom: 60px;
    --containerSpacing: 15px;
    --containerPadding: 20px;
    --elementSpacing: 10px;
    --innerElementSpacing: 5px;
    --popoutContentPadding: 60px;
}

html {
    scroll-behavior: smooth !important;
}

body.modal-open {
    overflow: hidden !important;
}

.product-v3 button {
    color: black;
}

.product-v3 a {
    color: var(--orangeRange);
    text-decoration: none;
}

.product-v3 section,
.product-v3 section *,
.rr-video-modal * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.product-v3 .pdp-breadcrumb-submenu-v3 {
    height: var(--breadcrumbBarHeight);
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: var(--containerSpacing);
    background: white;
}

.product-v3 section,
.product-v3 .width-control,
.product-v3 .thumbnail-wrapper,
.product-v3 .main-image,
.product-v3 .overlay-main-image,
.product-v3 .main-image li,
.product-v3 .overlay-main-image li,
.product-v3 .thumbnail-images li,
.product-v3 .gallery,
.product-v3 .grid-container {
    position: relative;
}

.product-v3 .asset-container,
.product-v3 .popout-container .close-button,
.product-v3 .price-saving-container-v3,
.product-v3 .variant-mobile-details {
    display: none;
}

.product-v3 section,
.product-v3 .content-container,
.product-v3 .content-left,
.product-v3 .content-right,
.product-v3 .main-image,
.product-v3 .overlay-main-image,
.product-v3 .thumbnail-images,
.product-v3 .rr-video-list,
.product-v3 .nav-links-wrapper.active,
.product-v3 .navigation-links,
.product-v3 .nav-links,
.product-v3 .var-selector-left-container,
.product-v3 .quantity-selector,
.product-v3 .variant-title-container,
.product-v3 .variant-title-container span,
.product-v3 .popout-container .icon-close,
.product-v3 .popout-content-container,
.product-v3 .asset-container.active,
.product-v3 .popout-container .close-button.active,
.product-v3 .popout-collection-product,
.product-v3 .popout-collection-product .info-container,
.product-v3 .pdp-main .product-add-to-cart-form-v3,
.product-v3 .nav-add-to-cart .product-add-to-cart-form-v3,
.product-v3 .pdp-frequently-bought-together-v3 .content-container,
.product-v3 .pdp-youtube-shorts-v3 .content-container,
.product-v3 .pdp-videos-v3 .content-container,
.product-v3 .tabs-wrapper.desktop,
.product-v3 .pdp-grid-section-v3 .content-container,
.product-v3 .pdp-grid-section-v3,
.product-v3 .pdp-full-width-image-v3 .content-container,
.product-v3 .video-content-container,
.product-v3 .file-download-guide .file-link,
.product-v3 .accessories-list,
.product-v3 .accessory-item,
.product-v3 .accessory-info,
.product-v3 .variant-selector,
.product-v3 .youtube-shorts-wrapper-v3,
.product-v3 .videos-wrapper-v3,
.product-v3 .nav-pricing-container,
.product-v3 .variant-mobile-details .pricing,
.product-v3 .gallery-overlay .thumbnail-images li {
    display: flex;
}

.product-v3 .grid-container,
.product-v3 .popout-collection-list {
    display: grid;
}

.product-v3 .variant-title-container,
.product-v3 .asset-container,
.product-v3 .popout-content-container,
.product-v3 .popout-collection-product,
.product-v3 .popout-collection-product .info-container,
.product-v3 .pdp-main .product-add-to-cart-form-v3,
.product-v3 .pdp-frequently-bought-together-v3 .content-container,
.product-v3 .pdp-youtube-shorts-v3 .content-container,
.product-v3 .pdp-videos-v3 .content-container,
.product-v3 .pdp-full-width-image-v3 .content-container,
.product-v3 .video-content-container,
.product-v3 .accessory-item,
.product-v3 .accessory-info,
.product-v3 .variant-selector,
.product-v3 .variant-mobile-details {
    flex-direction: column;
}

.product-v3 .grid-container {
    grid-template-columns: 30% 1fr 25%;
    grid-template-areas: "gallery info purchase";
}

.product-v3 .column-1 { grid-column: 1; grid-row: 1; }
.product-v3 .column-2 { grid-column: 2; grid-row: 1; }
.product-v3 .column-3 { grid-column: 3; grid-row: 1; }

.product-v3 .column-1 { grid-area: gallery; }
.product-v3 .column-2 { grid-area: info; }
.product-v3 .column-3 { grid-area: purchase; }

.product-v3 .main-image,
.product-v3 .overlay-main-image,
.product-v3 .thumbnail-images {
    overflow: scroll;
    overflow-y: hidden;
}

.product-v3 .main-image,
.product-v3 .overlay-main-image, {
    scroll-snap-type: x mandatory;
    aspect-ratio: var(--square);
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 3px;
    border-radius: 10px;
}

.product-v3 .main-image::-webkit-scrollbar,
.product-v3 .overlay-main-image::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.product-v3 .thumbnail-images {
    padding-bottom: 10px;
    gap: 10px;
    scroll-snap-type: x mandatory;
}

.product-v3 .main-image li,
.product-v3 .overlay-main-image li {
    display: none;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    height: 100%;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: var(--square);
}

.product-v3 .main-image li.active,
.product-v3 .overlay-main-image li.active {
    display: flex;
}

.product-v3 .main-image li {
    border: 1px solid #EEE;
}

.product-v3 .gallery-overlay .main-image li {
    border: none;
}

.product-v3 .thumbnail-images li {
    flex: 0 0 20%;
    aspect-ratio: var(--square);
    scroll-snap-align: start;
}

.product-v3 .gallery-overlay .thumbnail-images li {
    flex: 0 0 10%;
}

.product-v3 .main-image li img,
.product-v3 .overlay-main-image li img {
    border-radius: 10px;
}

.download-list li,
.product-v3 .main-image li img,
.product-v3 .overlay-main-image li img,
.product-v3 .thumbnail-images li img {
    height: fit-content;
}

.product-v3 .grid-container .column-1,
.product-v3 .grid-container .column-2,
.product-v3 .grid-container .column-3,
.product-v3 .gallery {
    display: flex;
    flex-direction: column;
}

.product-v3 .hamburger-btn {
    display: none;
}

.product-v3 section,
.product-v3 .hamburger-btn,
.product-v3 .gallery .rr-modal-toggle,
.product-v3 .video-content-container {
    justify-content: center;
}

.product-v3 .pdp-breadcrumb-submenu-v3 .content-container,
.product-v3 .popout-collection-product,
.product-v3 .accessory-item {
    justify-content: space-between;
}

.product-v3 .popout-collection-product .add-to-cart {
    justify-content: space-evenly;
}

.product-v3 .breadcrumb-prod-img {
    border-radius: 8px;
}

.product-v3 .content-right {
    justify-content: right;
}

.product-v3 section,
.product-v3 .navigation-links,
.product-v3 .main-image,
.product-v3 .overlay-main-image,
.product-v3 .thumbnail-images,
.product-v3 .rr-video-list,
.product-v3 .content-left,
.product-v3 .content-right,
.product-v3 .hamburger-btn,
.product-v3 .gallery .rr-modal-toggle,
.product-v3 .var-selector-left-container,
.product-v3 .popout-collection-product .add-to-cart,
.product-v3 .video-content-container,
.product-v3 .file-download-guide .file-link {
    align-items: center;
}

.product-v3 .width-control {
    height: 100%;
    max-width: var(--widthControlMax);
}

.product-v3 .grid-container,
.product-v3 .width-control,
.product-v3 .rr-modal-toggle,
.product-v3 .rr-video-thumbnail-container,
.product-v3 .thumbnail-images .rr-video-thumbnail-container img,
.product-v3 .main-image .rr-video-thumbnail-container img,
.product-v3 .rr-video-modal,
.product-v3 .rr-modal-content-container,
.product-v3 .main-image,
.product-v3 .main-image li img,
.product-v3 .overlay-main-image li img,
.product-v3 .thumbnail-images li img,
.product-v3 .rr-video-list,
.product-v3 .rr-video-item,
.rr-video-element,
.product-v3 .item-klarna-price-v3,
.product-v3 .item-iwocapay-price-pink-v3,
.product-v3 .item-iwocapay-price-light-v3,
.product-v3 .popout-overlay,
.product-v3 .pdp-main .product-add-to-cart-form-v3 .add-to-cart,
.product-v3 .popout-collection-product .popout-product-image,
.product-v3 .popout-collection-product .quantity-selector #quantity-input,
.product-v3 .video-title-v3,
.product-v3 .tabs-wrapper,
.product-v3 .popout-content-container {
    width: 100%;
}

.product-v3 .pdp-breadcrumb-submenu-v3 {
    border-bottom: 1px solid #00000030;
}

.product-v3 .pdp-breadcrumb-submenu-v3 .content-container {
    height: 100%;
    padding: 0 var(--containerSpacing);
    gap: var(--containerPadding);
}

.gallery-overlay .main-image li img {
    height: 100%;
    width: auto;
}

.product-v3 .content-left,
.product-v3 .main-image li img,
.product-v3 .overlay-main-image li img,
.product-v3 .thumbnail-images li img {
    overflow: hidden;
}

.product-v3 .navigation-links,
.product-v3 .main-image,
.product-v3 .overlay-main-image,
.product-v3 .thumbnail-images,
.product-v3 .rr-video-list {
    list-style: none;
    height: fit-content;
}

.product-v3 .variant-title-container,
.product-v3 .variant-selector,
.product-v3 .variant-selector-btn {
    gap: var(--innerElementSpacing);
}

.product-v3 .item-pricing-v3,
.product-v3 .content-right,
.product-v3 .mr-pp-purchase-area-container-v3, 
.product-v3 .product-info-v3, 
.product-v3 .popup-buttons-container,
.product-v3 .content-left,
.product-v3 .gallery,
.product-v3 .var-selector-left-container,
.product-v3 .popout-collection-product .info-container,
.product-v3 .pdp-main .product-add-to-cart-form-v3,
.product-v3 .nav-add-to-cart .product-add-to-cart-form-v3,
.product-v3 .video-content-container,
.product-v3 .accessories-list,
.product-v3 .accessory-item,
.product-v3 .youtube-shorts-wrapper-v3,
.product-v3 .videos-wrapper-v3,
.product-v3 .info-content,
.product-v3 .info-content .metafield-rich_text_field,
.product-v3 .nav-pricing-container {
    gap: var(--elementSpacing);
}

.product-v3 .pdp-gallery-info-purchase-v3 .column-1,
.product-v3 .pdp-gallery-info-purchase-v3 .column-2,
.product-v3 .pdp-gallery-info-purchase-v3 .column-3,
.product-v3 .asset-container,
.product-v3 .popout-content-container,
.product-v3 .popout-collection-product,
.product-v3 .popout-collection-list,
.product-v3 .tabs-wrapper,
.product-v3 .pdp-full-width-image-v3 .content-container,
.assemby-guide-video-wrapper,
.product-v3 .grid-container,
.product-v3 .grid-container .column-1,
.product-v3 .grid-container .column-2,
.product-v3 .grid-container .column-3,
.product-v3 .gallery {
    gap: var(--containerSpacing);
}

.product-v3 .popout-container .asset-container {
    height: 100%;
    overflow: hidden;
}

.product-v3 .navigation-links li {
    padding: 0 10px;
}

.product-v3 .navigation-links li:not(:last-of-type) {
    border-right: 1px solid black;
}

.product-v3 .angle-right-solid {
    height: 12px;
    width: 12px;
}

.product-v3 .hamburger-btn,
.product-v3 .buy-now-btn {
    border: none;
}

.product-v3 .nav-links-wrapper.active {
    width: 100%;
}

.product-v3 .nav-links-wrapper {
    overflow: hidden;
    width: 0;
    transition: all .3s ease;
}

.product-v3 .buy-now-btn {
    background: var(--orangeRange);
    color: white;
    white-space: nowrap;
    padding: 8px 16px;
    border-radius: var(--buttonBorderRadius);
}

.product-v3 .hamburger-btn {
    background: none;
}

.product-v3 .gallery { 
    overflow: hidden;
}

.product-v3 .pdp-gallery-info-purchase-v3 .content-container,
.product-v3 .pdp-frequently-bought-together-v3 .content-container,
.product-v3 .pdp-youtube-shorts-v3 .content-container,
.product-v3 .pdp-videos-v3 .content-container,
.product-v3 .pdp-tabs-v3 .content-container,
.product-v3 .pdp-grid-section-v3 .content-container,
.product-v3 .pdp-reviews-v3 .content-container,
.product-v3 .pdp-full-width-image-v3 .content-container,
.product-v3 .pdp-aplus-content-v3 .content-container {
    padding: 0 var(--containerSpacing);
    margin-bottom: var(--sectionMarginBottom)
}

.product-v3 .thumbnail-wrapper {
    padding: 0 31px;
}

.product-v3 .nav-add-to-cart {
    overflow: hidden;
    width: 0;
    transition: all .3s ease;
}

.product-v3 .nav-add-to-cart.active {
    width: 100%;
}

.product-v3 .thumbnail-nav {
    position: absolute;
    top: 0;
    height: 100%;
    color: var(--orangeRange);
    background: none;
    border: none;
}

.product-v3 .thumbnail-nav svg {
    height: 30px;
    width: 30px; 
}

.product-v3 .thumbnail-wrapper .left {
    left: 0;
    border-right: 1px solid black;
}

.product-v3 .thumbnail-wrapper .right {
    right: 0;
    border-left: 1px solid black;
}

.product-v3 .thumbnail-images .active {
    border: 2px solid black; 
}

.product-v3 .gallery-overlay .thumbnail-images .active {
    border: 2px solid var(--orangeRange);
}

.product-v3 .rr-modal-toggle,
.product-v3 .play-button-icon {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    background: none;
    border: none;
    color: #fff;
    height: 100%;
}

.product-v3 .play-button-icon .play-solid {
    width: 100%;
    height: 100%;
}

.product-v3 .rr-modal-content-container .rr-modal-toggle {
    flex-direction: row-reverse;
}

.product-v3 .rr-modal-toggle .play-solid {
    width: 90%;
    height: 90%;
    background: #00000099;
    padding: 10px;
}

.product-v3 .main-image .play-solid {
    border-radius: 10px;
}

.product-v3 .rr-video-thumbnail-container {
    height: 100%;
}

.product-v3 .thumbnail-images .rr-video-thumbnail-container img,
.product-v3 .main-image .rr-video-thumbnail-container img {
    height: 100%;
    object-fit: cover;
}

.product-v3 .rr-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    color: #fff;
    padding: var(--paddingBig);
    justify-content: center;
    align-items: center;
}

.product-v3 .rr-modal-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
    height: 100%;
}

.product-v3 .rr-video-list {
    max-width: 1200px;
    z-index: 1;
}

.product-v3 .rr-video-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rr-video-element {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--borderRadiusMedium);
    display: flex;
    height: auto;
    max-width: 1200px;
}

.product-v3 .zoom-popup {
    display: none;
    position: absolute;
    right: var(--containerSpacing);
    top: calc(100% + var(--containerSpacing));
    width: calc(70% - (2*var(--containerSpacing)));
    height: 70vh;
    box-shadow: 0 4px 12px #00000026;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    border: 1px solid grey;
    border-radius: 10px;
}

.product-v3 .mr-pp-purchase-area-container-v3,
.product-v3 .product-info-v3,
.product-v3 .popup-buttons-container  {
    display: flex;
    flex-direction: column;
    padding: 25px 25px; 
    background: #FFF; 
    border-radius: 10px;
    border: 1px solid #EEE;
    overflow: hidden;
}

.product-v3 .mr-pp-purchase-area-container-v3 {
    padding: 10px;
}

.product-v3 .item-price-v3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
}

.product-v3 .pricing-top-container,
.product-v3 .pricing-bottom-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}

.product-v3 .item-klarna-price-v3 { 
    background: #272725; 
    color: #FFF;   
}
.product-v3 .item-klarna-price-v3,
.product-v3 .item-iwocapay-price-pink-v3,
.product-v3 .item-iwocapay-price-light-v3 {
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    font-size: 14px;
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    column-gap: 5px;
}

.product-v3 .item-iwocapay-price-pink-v3 {
    background: #fb534a;
    color: #FFF;
    flex-wrap: wrap;
}

.product-v3 .item-iwocapay-price-light-v3 {
    background: none;
    border: 1px solid #fb534a;
    color: #fb534a;
    flex-wrap: wrap;
}

.product-v3 .rr-test-container .variant-selector,
.product-v3 .variant-selector-btn,
.product-v3 .checkmark-container {
    display: flex;
}

.product-v3 .rr-test-container .variant-selector,
.product-v3 .checkmark-container {
    flex-direction: column;
}

.product-v3 .variant-selector-btn {
    justify-content: space-between;
}

.product-v3 .checkmark-container {
    justify-content: center;
}

.product-v3 .checkmark-container,
.product-v3 .variant-selector-btn {
    align-items: center;
}

.product-v3 .variant-selector-btn {
    text-align: left;
    font-size: 12px;
}

.product-v3 .variant-title-container {
    padding: 10px 0;
}

.product-v3 .rr-pricing-ul,
.product-v3 .tabs-list,
.product-v3 .accessories-list {
    list-style: none;
}

.variant-selector-btn {
    border: 2px solid grey;
    border-radius: 10px;
    background: none;
    overflow: hidden;
}

.product-v3 .variant-selector-image {
    margin-left: 4px;
    border-radius: 6px;
}

.checkmark-container {
    height: 100%;
    background: none;
    color: transparent;
    padding: 10px !important;
}

.product-v3 .variant-selector-btn.active {
    border: 2px solid var(--orangeRange);
    color: var(--orangeRange);
}

.active-checkmark {
    background: var(--orangeRange);
    color: white;
}

.product-v3 .quantity-selector {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid grey;
}

.product-v3 .quantity-selector button {
    background: grey;
    border: none;
    color: white;
}

.product-v3 .pdp-main .quantity-selector button {
    padding: 0px 14px;
    font-size: 28px;
    aspect-ratio: 1/1;
}

.product-v3 .out-of-stock {
    background:#ccc !important;
}

.product-v3 .out-of-stock img {
    opacity: 50%;
}

.product-v3 .label-in-stock {
    color: var(--stockLevelLabelFontHigh);
    background: var(--stockLevelLabelBackgroundHigh);
    border: 1px solid var(--stockLevelLabelFontHigh);
}
.product-v3 .label-low-stock {
    color: var(--stockLevelLabelFontLow);
    background: var(--stockLevelLabelBackgroundLow);
    border: 1px solid var(--stockLevelLabelFontLow);
}
.product-v3 .label-out-of-stock {
    color: var(--stockLevelLabelFontOut);
    background: var(--stockLevelLabelBackgroundOut);
    border: 1px solid var(--stockLevelLabelFontOut);
}

.product-v3 .stock-level-label {
    width: fit-content;
    padding: 3px 6px;
    border-radius: 5px;
}

.product-v3 .mr-pp-small-print .text-container {
    padding: 0 20px;
}

.product-v3 .short-spec-heading {
    margin: 10px 0 0 2px!important;
    font-size: 14px;
    display: inline-block;
    background: #272725;
    color: #fff;
    padding: 5px 8px;
}

.product-v3 .popout-overlay {
    display: none;
    position: fixed;
    background: var(--overlayBackgroundColor);
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1250;
    overflow: hidden;
}

.product-v3 .popout-container {
    position: relative;
    background: white;
    display: flex;
    height: 100%;
    width: 50vw;
    left: -50vw;
    opacity: 0;
    padding: var(--popoutContentPadding) var(--popoutContentPadding) 0 var(--popoutContentPadding);
    transition: all 0.6s ease;
    overflow: hidden;
}

.product-v3 .popout-container.active {
    left: 0;
    opacity: 1;
}

.product-v3 .popout-container .popout-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    padding: 20px;
    border: none;
}

.product-v3 .popup-buttons-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.product-v3 .popout-collection-list {
    grid-template-columns: repeat(4, 1fr);
    overflow: scroll;
    padding-bottom: var(--popoutContentPadding);
    padding-right: 10px;
}

.product-v3 .popup-buttons-container button,
.product-v3 .popup-buttons-container .button {
    height: 60px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px 2px 2px;
    border: 2px solid black;
    color: black;
    border-radius: 8px;
    overflow: hidden;
    background: none;
    font-size: 14px;
    text-align: left;
}

.product-v3 .add-to-cart {
    display: flex;
    background-color: #FF6C02;
    color: white;
    border: none;
    border-radius: 8px;
}

.product-v3 .add-to-cart:hover {
    background: #E66102;
}

.product-v3 .pdp-main .product-add-to-cart-form-v3 .add-to-cart {
    flex-direction: column;
    padding: 15px 15px;
    font-size: 13px;
    align-items: center;
    line-height: 1.5em;
}

.product-v3 .add-to-cart b {
    font-size: 18px;
    line-height: 1.2em;
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-v3 .popout-collection-product {
    border: 1px solid grey;
    border-radius: 8px;
    padding: 10px; 
}

.product-v3 .popout-collection-product .popout-product-image {
    height: auto;
}

.product-v3 .popout-collection-product .add-to-cart-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-v3 .popout-collection-product .add-to-cart-form #quantity-input {
    flex: 1;
}

.product-v3 .lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-v3 .lazy-img.loaded {
  opacity: 1;
}

.lazy-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.lazy-fade.loaded {
  opacity: 1;
}

.product-v3 .popout-collection-product .quantity-selector #quantity-input {
    text-align: center;
    border: none;
}

.product-v3 .popout-collection-product .quantity-selector button {
    width: 35px;
    aspect-ratio: 1 / 1;
    font-size: 20px;
    font-weight: bold;
}

.product-v3 .popout-collection-product .add-to-cart {
    padding: 5px 0;
}

.product-v3 .rating-stars {
    width: fit-content;
    position: relative;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.1rem;
}
  
.product-v3 .rating-stars__base {
    width: fit-content;
    color: #ddd;
}
  
.product-v3 .rating-stars__fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f4c11a;
    pointer-events: none;
}

.product-v3 .status-label {
    background: var(--orangeRange);
    width: fit-content;
    padding: 4px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.product-v3 .pdp-info-bullet-list {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-v3 .short-spec-table-header {
    background: black;
    color: white;
    width: fit-content;
    padding: 2px 10px;
}

.product-v3 .small-print-v3 {
    background: white;
    padding: 20px;
    border-radius: 8px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.product-v3 .small-print-v3 .text-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-v3 .small-print-v3 .small-print-header {
    font-weight: bold;

    margin-bottom: 5px;
}

.product-v3 .small-print-v3.info {
    background: #dad8d8;
}

.product-v3 .promo-banner-v3 {
    background: white;
    border-radius: 8px;
    border: 1px solid #EEE;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.product-v3 .promo-banner-image {
    height: 50px;
    width: 50px;
}

.product-v3 .promo-banner-header {
    font-size: 18px;
    font-weight: bold;
}

.product-v3 .promo-banner-message-body {
    font-size: 14px;
}

.product-v3 .product-compare-at-price { 
    font-size: 20px;
    font-weight: 400;
    color: #888;
    line-height: 1em;
    margin-bottom: 0px;
    text-decoration: line-through;
}

.product-v3 .price-saving-container-v3 {  
    flex-direction: row; 
    align-items: center; 
    gap: 6px; 
    background: #CC1313; 
    border-radius: 3px; 
    font-size: 14px;
    font-weight: 700; 
    color: #FFF
}

.product-v3 .price-saving-container-v3.active {
    display: flex;
    padding: 5px 15px;
}

.product-v3 .product-price-v3 {
    font-size: 22px;
    font-weight: 900;
    color: #111;
    line-height: 1em;
    display: flex;
    flex-direction: column;
}

.product-v3 .item-price-container-ex-vat {
    font-size: 12px;
}

.product-v3 .item-pricing-v3 { 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
}

.product-v3 .quantity-selector input {
    width: 100%;
    border: none;
    text-align: center;
}

.product-v3 .product-klarna-price-v3 { 
    color: #FFF; 
}

.product-v3  .product-iwoca-price-v3,
.product-v3  .product-klarna-price-v3 { 
    font-size: 16px; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.product-v3 .ps-button-label-v3 {
    border: 1px solid var(--orangeRange);
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: var(--orangeRange);
}

.product-v3 .evo-points-v3 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.product-v3 .coin-blank-sharp-regular {
    color: var(--orangeRange);
}

.product-v3 .evo-points-link {
    white-space: nowrap;
    text-decoration: underline;
    font-weight: bold;
}

.product-v3 .payment-option-container-v3 {
    padding-top: 10px;
    border-top: 1px solid #EEE;
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-v3 .payment-option-logo-v3 {
    width: 50px;
    aspect-ratio: 2 / 1;
    height: auto;
}

.product-v3 .fbt-app-wrapper-v3 {
    display: flex;
    padding: 20px;
    background: white;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    align-items: center;
}

.product-v3 .section-header-v3 {
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 800;
}

.product-v3 .pdp-youtube-shorts-v3 .section-header-v3 {
    width: fit-content;
}

.below-fold {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.below-fold.section-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-v3 .youtube-shorts-wrapper-v3,
.product-v3 .videos-wrapper-v3 {
    overflow-x: scroll;
    padding: 10px 0;
    border-right: 1px solid black;
}

.product-v3 .youtube-short-iframe-v3,
.product-v3 .videos-iframe-v3 {
    height: auto;
    border-radius: 8px; 
}

.product-v3 .youtube-short-iframe-v3 {
    aspect-ratio: 9 / 16;
    width: 275px;
}

.product-v3 .videos-iframe-v3 {
    aspect-ratio: 16 / 9;
    width: 550px;
}

.product-v3 .video-title-v3 {
    display: flex;
    background: white;
    padding: 10px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 8px;
}

.product-v3 .pdp-tabs-v3,
.product-v3 .pdp-reviews-v3 {
    scroll-margin-top: 100px;
}

.product-v3 .pdp-tabs-v3 .info-container {
    flex: 1;
    background: white;
    padding: 40px;
    border-radius: 8px;
    overflow-x: hidden;
}

.product-v3 .info-content,
.product-v3 .info-content .metafield-rich_text_field {
    display: flex;
    flex-direction: column;
}

.product-v3 .info-content .metafield-rich_text_field ul {
    padding-left: 20px;
}

.product-v3 .tabs-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-v3 .tab-item {
    width: 100%;
    min-width: 300px;
    background: #000;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
}

.product-v3 .tab-item:hover {
    background: var(--orangeRange);
}

.product-v3 .tab-item.active {
    background: var(--orangeRange); 
}

.product-v3 .info-content {
    display: none;
    flex-direction: column;
}

.product-v3 .info-content.active {
    display: flex;
}

.product-v3 .specifications-table,
.product-v3 .specifications-table .spec-row {
    display: flex;
    width: 100%;
}

.product-v3 .specifications-table {
    flex-direction: column;
}

.product-v3 .specifications-table .spec-row {
    padding: 5px;
}

.product-v3 .specifications-table .spec-row > div {
    flex: 1;
}

.product-v3 .specifications-table .spec-row:nth-of-type(odd){
    background: #EEE;
}

.product-v3 .item-supplied {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid grey;
    width: fit-content;
    border-radius: 8px;
}

.product-v3 .item-supplied .title-sku {
    display: flex;
    flex-direction: column;
}

.product-v3 .item-supplied .add-to-cart,
.product-v3 .item-supplied .contact-us-link {
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.product-v3 .item-supplied .contact-us-link {
    text-decoration: none;
    color: white;
    background: black;
    border-radius: 8px;
}

.product-v3 .item-supplied .title-span {
    font-size: 16px;
    max-width: 300px;
}

.product-v3 .item-supplied .sku-span {
    color: grey;
}

.product-v3 .item-supplied .price-span {
    font-weight: bold;
    font-size: 18px;
}

.assemby-guide-video-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product-v3 .assemby-guide-video-wrapper .videos-iframe-v3 {
    width: 100%;
    height: auto;
}
.product-v3 .pdp-full-width-image-v3 .mr-pp-full-width-image {
    display: flex;
    justify-content: center;
}

.product-v3 .pdp-full-width-image-v3 .mr-pp-full-width-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.product-v3 .pdp-breadcrumb-submenu-v3 a {
    color: black
}

.mr-pp-related-items {
    padding: 0px 0px 15px 0px;
    margin: 0px 0 0 0;
}

.mr-pp-related-items ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 10px;
    padding: 0px 15px 10px 0;
    margin: 0px;
}

.mr-pp-related-items ul li {
    min-width: 250px;
    max-width: 250px;
    padding: 20px;
    background: #FFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #EEE;
}

.mr-pp-related-items ul li .accessory-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.mr-pp-related-items ul li .accessory-item a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    text-decoration: none;
}

.mr-pp-related-items ul li .accessory-item a img {
    width: 100%;
    height: 100%;
}

.mr-pp-related-items ul li .accessory-item a span {
    color: #272725;
    text-decoration: none;
    font-weight: 600;
}

.mr-pp-related-items ul li .accessory-item a span:hover {
    color: #FF6C02;
    text-decoration: none;
}

.mr-pp-related-items ul li .accessory-item .accessory-pricing {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
    justify-content: flex-start;
}

.mr-pp-related-items ul li .accessory-item .accessory-pricing .price {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.mr-pp-related-items ul li .accessory-stock .in-stock {
    color: #268C0B;
    font-weight: 800;
}

.mr-pp-related-items ul li .accessory-stock .out-of-stock {
    color: #CC1313;
    font-weight: 800;
}

.mr-pp-related-items ul li .accessory-item form button.btn {
    background: #FF6C02;
    border-radius: 3px;
    margin: 5px 0 0 0;
    padding: 12px 5px;
    color: #FFF;
    border: none;
    width: 100%;
}

.product-v3 button:hover,
.product-v3 .main-image,
.product-v3 .overlay-main-image,
.mr-pp-related-items ul li a.secondarybtn,
.product-v3 .evo-points-link,
.product-v3 .tab-item:hover,
.mr-pp-related-items ul li .accessory-item form button.btn {
    cursor: pointer;
}

.mr-pp-related-items ul li a.secondarybtn {
    text-align: center;
    background: none;
    border-radius: 3px;
    margin: 0px 0;
    padding: 8px 5px;
    color: #FF6C02;
    border: 1px solid #FF6C02;
    width: 100%;
}

.mr-pp-related-items ul li .accessory-item form #ddr_embed_text {
    display: none !important;
}

.product-v3 .mini-compare * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.product-v3 .mini-compare {
    background-color: white;
    padding: 20px 0 20px 20px;
    border-radius: 0 10px 10px 10px;
    border: none;
}

.bv_main_container {
    margin: 0 !important;
}

.product-v3 .mini-compare .product-container {
    display: flex;
    position: relative;
    overflow-x: scroll;
    padding: 0 20px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.product-v3 .mini-compare .first-column {
    position: sticky;
    top: 0;
    left: 0;
}

.product-v3 .mini-compare .first-column,
.product-v3 .mini-compare .product-item {
    display: flex;
    flex-direction: column;
}

.product-v3 .mini-compare .first-column {
    width: 130px;
    min-width: 130px;
}

.product-v3 .mini-compare .product-item {
    width: 165px;
    min-width: 165px;
}

.image-placeholder {
    display: flex;
    background-color: white;
    width: 100%;
    height: 165px;
}

.product-v3 .mini-compare a,
.product-v3 .mini-compare b,
.product-v3 .mini-compare p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-v3 .mini-compare .row {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    height: 50px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-v3 .mini-compare .ruk_rating_snippet {
    display: flex;
    justify-content: center;
}

.product-v3 .mini-compare .ruk-rating-snippet-count {
    display: none;
}

.product-v3 .mini-compare .ruk_rating_snippet i {
    font-size: 14px !important;
    display: flex;
    align-items: center;
}

.product-v3 .mini-compare .first-column {
    background-color: #faf9f8;
}

.product-v3 .mini-compare .links-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.product-v3 .mini-compare .links-container a {
    color: #ff6c02;
    width: fit-content;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #ff6c02;
    text-decoration: none;
    text-transform: capitalize;
}

.product-v3 .mini-compare .column-reset {
    border: 1px solid transparent;
    background-color: white;
}

.product-v3 .mini-compare .product-item .view-product-btn {
    text-decoration: none;
}

.product-v3 .mini-compare .product-item .view-product-btn p {
    background-color: #ff6c02;
    color: white;
    padding: 8px 12px;
    border-radius: 3px;
}

.product-v3 .mini-compare .compare-price-container {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
}

.product-v3 .mini-compare .rr-price {
    font-size: 14px;
    font-weight: 900;
    line-height: 1em;
}

.product-v3 .mini-compare .rr-compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    line-height: 1em;
    margin-bottom: 0;
    text-decoration: line-through;
}

.product-v3 .mini-compare .rr-save-amount {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 2px 4px;
    background: #cc1313;
    color: #fff !important;
    border-radius: 3px;
    margin-top: 0;
    text-transform: uppercase;
    display: inline;
}

.product-v3 .mini-compare .text-hider {
    color: white;
}

.product-v3 .file-download-guide {
    width: fit-content;
}

.product-v3 .file-download-guide .file-link {
    color: white;
    background: black;
    border-radius: 8px;
    padding: 20px;
    gap: 20px;
}

.product-v3 .assemby-guide-video-wrapper .video-title-v3 {
    background: #f6f6f6;
}

.nav-add-to-cart .variant-select-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: var(--containerPadding) 0;
    gap: var(--containerSpacing);
    width: 100%;
}

.nav-add-to-cart .variant-selector-select {
    border-radius: 8px;
    height: 40px;
    background: #fff;
    color: #000;
    padding: 0 16px;
}

.nav-add-to-cart .add-to-cart-btn {
    padding: 8px 16px;
    border: none;
    background: var(--orangeRange);
    color: #fff;
    white-space: nowrap;
    border-radius: var(--buttonBorderRadius);
}

.product-v3 .nav-add-to-cart .quantity-selector input {
    display: flex;
    width: 70px;
    padding-left: 10px;
}

.nav-add-to-cart .quantity-selector button {
    aspect-ratio: var(--square);
    font-weight: bolder;
    font-size: 24px;
    width: 40px;
}

.product-v3 .accessory-info {
    padding: 0 5px;
}

.product-v3 .accessory-item {
    width: 260px;
    height: 100%;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
}

.product-v3 .accessory-img {
    aspect-ratio: var(--square);
    width: 100%;
    height: auto;
}

.product-v3 .accessory-info .title {
    font-weight: 800;
    font-size: 16px;
}

.product-v3 .accessory-info .sku {
    color: grey;
    font-weight: 400;
    font-size: 14px;
}
.product-v3 .accessory-pricing span {
    white-space: nowrap;
}

.product-v3 .accessory-pricing span:not(:last-of-type) {
    margin-right: 5px;
}

.product-v3 .accessory-pricing .price,
.product-v3 .accessory-pricing .compare-price,
.product-v3 .accessory-pricing .saved-amount {
    font-size: 18px;
    font-weight: 900;
}

.product-v3 .accessory-pricing .compare-price {
    color: grey;
    text-decoration: line-through;
}
.product-v3 .accessory-pricing .saved-amount {
    color: red;
}

.product-v3 .accessory-add-to-cart .quantity-selector button {
    width: 50px;
    aspect-ratio: var(--square);
    font-weight: 900;
    font-size: 18px;
}

.product-v3 .accessory-add-to-cart form,
.product-v3 .accessory-add-to-cart form .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-v3 .accessory-add-to-cart .buttons-container > * {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-radius: 5px;
    border: 2px solid var(--orangeRange);
    gap: 5px;
    font-weight: 800;
    text-transform: capitalize;
}

.product-v3 .accessory-add-to-cart .button-container button {
    font-size: 14px;
}

.product-v3 .accessory-add-to-cart .cart-shopping-regular, 
.product-v3 .accessory-add-to-cart .arrow-right {
    width: 16px;
}

.product-v3 .overflow-border.active {
    overflow-x: scroll;
    border-right: 1px solid black;
    padding: 10px 20px 20px 0;
}

.product-v3 .reviews-link {
    color: black;
}

.product-v3 .tabs-wrapper.mobile {
    display: none;
}

.product-v3 .tabs-wrapper.mobile .tabs {
    width: 100%;
}

.product-v3 .tabs-wrapper.mobile .info-content {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding: var(--containerPadding);
}

.product-v3 .nav-link-a .angle-right-solid {
    display: none;
}

.product-v3 .tabs-wrapper.mobile .tab-item {
    scroll-margin-top: 65px;
}

.product-v3 .tabs-wrapper.mobile .show-more-btn {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: none;
    color: var(--orangeRange);
    padding: 5px 0;
}

.tab-content-wrap {
    display: flex;
    flex-direction: column;
    gap: var(--elementSpacing);
    height: 100%;
    max-height: none;
    overflow: hidden;
}

.full-height {
    max-height: unset !important;
}

.variant-selector-select .price {
    font-weight: bold !important;
}

.variant-selector-select .compare-price {
    text-decoration: line-through !important;
}

.product-v3 .overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--overlayBackgroundColor);
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.product-v3 .overlay.active,
.product-v3 .pdp-breadcrumb-submenu-v3 .xmark-solid.active,
.product-v3 .pdp-breadcrumb-submenu-v3 .btn-text-span.active {
    display: flex;
}

.product-v3 .pdp-breadcrumb-submenu-v3 .btn-text-span,
.product-v3 .pdp-breadcrumb-submenu-v3 .xmark-solid {
    display: none;
}

.product-v3 .buy-now-btn.active {
    display: flex;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    width: 60px;
    height: 27px;
    justify-content: center;
    align-items: center;
}

.product-v3 .variant-mobile-details .variant-title {
    color: grey;
}

.product-v3 .variant-mobile-details .product-title,
.product-v3 .variant-mobile-details .variant-title {
    font-size: 12px;
    white-space: nowrap;
}

.product-v3 .variant-mobile-details .product-price-v3,
.product-v3 .variant-mobile-details .compare-at-price-v3 {
    font-size: 14px;
}

.product-v3 .read-more-btn {
    color: var(--orangeRange);
    border: 1px solid var(--orangeRange);
    background: none;
    border-radius: 5px;
    width: fit-content;
    padding: 5px;
}

.product-v3 .magnifying-glass-solid {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.product-v3 .pdp-reviews-v3 #ReviewsWidget {
    width: 100%
}

.product-v3 .gallery-overlay {
    position: fixed;
    align-items: center;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlayBackgroundColor);
    z-index: 1250;
    color: white;
    padding: 20px;
    flex-direction: column;
    gap: var(--containerSpacing);
}

.product-v3 .gallery-overlay.active {
    display: flex;
}

.product-v3 .gallery-overlay .gallery-toggle {
    position: absolute;
    top: var(--containerPadding);
    right: var(--containerPadding);
    display: flex;
    background: none;
    border: none;
    color: white;
}

.product-v3 .gallery-overlay .xmark-solid {
    width: 50px;
    height: 50px;
}

.popout-overlay .accessories-list {
    flex-wrap: wrap;
    overflow-y: scroll;
}

.product-v3 .download-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

.product-v3 .download-list .brochure,
.product-v3 .download-list .download-item {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    padding: 10px;
    background: #d3cece;
    border-radius: 8px;
    gap: 10px;
}

.product-v3 .brochure .name,
.product-v3 .download-list .download-item .name {
    font-weight: 600;
}

.product-v3 .brochure .cover {
    aspect-ratio: 1 / 1.414;
    width: 200px;
    height: auto;
}

.product-v3 .download-item .download-image {
    aspect-ratio: 16 / 9;
    width: 200px;
    height: auto;
}

.product-v3 .brochure .file-link,
.product-v3 .download-list .download-item .file-link {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    align-items: center;
    color: white;
    background: black;
    font-weight: 600;
}

.product-v3 .brochure .file-link:hover,
.product-v3 .download-list .download-item .file-link:hover {
    color: black;
    background: white;
}

@media screen and (max-width: 1600px) {
    .product-v3 .hamburger-btn {
        display: flex;
    }

    .product-v3 .nav-links-wrapper.active {
        display: none;
    }

    .product-v3 .nav-links-wrapper {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        width: 100%;
        display: flex;
        padding: 20px;
        box-shadow: 0 2px 5px #0000001a;
        align-items: center;
        justify-content: center;
        background: #EEE;
    }

    .product-v3 .nav-add-to-cart {
        position: absolute;
        top: 100%;
        left: 0;
        height: fit-content;
        background: #EEE;
        width: 100%;
        height: 0;
        box-shadow: 0 2px 5px #0000001a;
    }

    .product-v3 .nav-add-to-cart.active {
        height: auto;
    }

    .product-v3 .nav-link-a {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .product-v3 .nav-link-a .angle-right-solid {
        display: block;
    }

    .product-v3 .nav-link-a:hover {
        cursor: pointer;
    }

    .product-v3 .navigation-links {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-items: start;
    }

    .product-v3 .navigation-links li {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    
    .product-v3 .navigation-links li:not(:last-of-type) {
        border-right: none;
    }
}
@media screen and (max-width: 1440px) {
    .product-v3 .popup-buttons-container {
        grid-template-columns: repeat(2,1fr);
    }

    .product-v3 .popout-container {
        width: 75vw;
        left: -75vw;
    }
}

@media screen and (max-width: 1024px) {
    .product-v3 .popup-buttons-container {
        grid-template-columns: repeat(3,1fr);
    }

    .product-v3 .grid-container {
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        "gallery purchase"
        "info info";
    }

    .product-v3 .tabs-wrapper.desktop {
        display: none;
    }

    .product-v3 .tabs-wrapper.mobile {
        display: flex;
    }

    .tab-content-wrap {
        max-height: 30vh;
    }

    .nav-add-to-cart .variant-select-wrapper {
        flex-direction: column;
    }

    .product-v3 .nav-add-to-cart.active {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --popoutContentPadding: 40px;
    }

    .assemby-guide-video-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-v3 .videos-iframe-v3 {
        width: 450px;
    }

    .product-v3 .popout-container {
        width: 80vw;
        left: -80vw;
    }

    .product-v3 .popout-collection-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 620px) {
    .product-v3 .grid-container {
        grid-template-columns: 1fr;
        grid-template-areas:
        "gallery" 
        "purchase"
        "info";
    }

    .product-v3 .nav-pricing-container {
        display: none;
    }

    .product-v3 .variant-mobile-details {
        display: flex;
    }

    .product-v3 .breadcrumb-ul {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    :root {
        --popoutContentPadding: 20px;
    }

    .product-v3 .popup-buttons-container {
        grid-template-columns: repeat(2,1fr);
    }

    .product-v3 .videos-iframe-v3 {
        width: 340px;
    }

    .product-v3 .popout-collection-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 375px) {
    :root {
        --containerSpacing: 10px;
        --containerPadding: 15px;
    }

    .product-v3 .accessory-item {
        width: 200px;
    }

    .product-v3 .videos-iframe-v3 {
        width: 275px;
    }
}