/** Shopify CDN: Minification failed

Line 49:102 Expected ":"
Line 54:296 Expected ":"
Line 64:99 Expected ":"
Line 106:92 Expected ":"
Line 135:119 Expected ":"
Line 180:94 Expected ":"
Line 192:73 Expected ":"
Line 213:121 Expected ":"
Line 221:102 Expected ":"
Line 277:66 Expected ":"
... and 1 more hidden warnings

**/
product-info { display: block; }
.product { margin: 0; }
.product.grid { gap: 0; }
.product--no-media { max-width: 57rem; margin: 0 auto; }
.product__media-wrapper { padding-left: 0; }

.main-product-section .main-product-inner { padding-top: 0px; padding-bottom: 0;}

.product_fragrance { }
.product_fragrance ul { margin: 0; padding: 0 0 20px 0; display: flex; flex-wrap: wrap; gap: 16px; }
.product_fragrance ul li { display: flex; align-items: center; gap: 10px; background: #fff; padding: 8px 16px; }
.product_fragrance ul li span { display: flex; align-items: center; justify-content: center; }
.product_fragrance ul li .frag_img img { width: 42px; height: 42px; object-fit: contain; }
.product_fragrance ul li .frag_name { font-size: 12px; color: #000; letter-spacing: 0.5px; }

.quantity_selector { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.quantity_selector .product-form__input { flex: inherit; min-width: inherit; max-width: inherit; margin: 0; }
.quantity_selector .product-form__quantity .form__label {display: none;}


.product.product--medium { display: grid; grid-template-columns: 1fr; gap: 3rem; }
.product.product--medium .grid__item.product__media-wrapper { width: 100%; max-width: 100%; }
.product.product--medium .product__info-wrapper.grid__item { width: 100%; max-width: 100%; padding: 0 1.5rem; }

.product .mobile_media_gallery {display: none;}
.product .mobile_media_gallery img {max-width:100%;width:100%;height: auto;}

.product__info-wrapper {}
.product__info-wrapper .product__title {margin:0;}
.product__info-wrapper .product__title h1 { font-weight: 600; line-height: 1.25;  text-transform: uppercase; letter-spacing: 0.5px; color: #000; font-size: 2rem; }

.product__info-wrapper .product__description { color: #000;  font-size: 1rem; line-height: 2; letter-spacing:0;}
.product__info-wrapper .product__description p { color: #000;  font-size: 1rem; line-height: 2; letter-spacing:0;}
.product__info-wrapper variant-selects .form__label { font-weight: 600; line-height: 1.425;  uppercase; font-feature-settings: "tnum"; color: #000; font-size: 0.75rem; letter-spacing: 0.5px; margin: 0 0 1rem 0; }
.product__info-wrapper variant-selects .option_list { display: flex; flex-wrap: wrap; gap: 1rem; }
.product__info-wrapper variant-selects .option_list .option_button { display: flex; position: relative; }
.product__info-wrapper variant-selects .option_list .option_button label { margin: 0; }
.product__info-wrapper variant-selects .option_list .option_button label:after, .product__info-wrapper variant-selects .option_list .option_button label:before { display: none; }
.product__info-wrapper variant-selects .option_list .option_button label { margin: 0; border-radius: 0; background: #262626; border: solid 1px #dcdcdc; padding: 1rem 1.5rem; display: flex; -webkit-box-align: center; align-items: center; transition: border-color .15s; font-weight: 600;  uppercase; color: #000; font-feature-settings: "tnum"; font-size: 0.813rem; letter-spacing: 0.5px; line-height: 1; }
.product__info-wrapper variant-selects .product-form__input--pill input[type=radio]+label:hover,
.product__info-wrapper variant-selects .product-form__input--pill input[type=radio]:checked+label { background-color: inherit; color: #000; border-color: #705938;}

.product-form__input--pill input[type=radio].disabled:checked+label,
.product-form__input--pill input[type=radio].disabled+label:hover,
.product-form__input--pill input[type=radio]:disabled:checked+label,
.product-form__input--pill input[type=radio]:disabled+label:hover { opacity: 0.5;}
.product__info-wrapper .accordion .accordion__content a.link_coman { text-transform: none; letter-spacing: 0;}

.product__info-wrapper .quantity_selector .price { font-weight: 600; line-height: 1.425;  uppercase; letter-spacing: 0.5px; font-feature-settings: "tnum"; color: #705938; font-size: 1.5rem; }
.product__info-wrapper .quantity_selector .quantity { width: 100%; min-height: inherit; border: solid 1px #dcdcdc; max-width: 150px; height: 45px; gap: 0; margin: 0; padding: 0; }
.product__info-wrapper .quantity_selector .quantity:after, .product__info-wrapper .quantity_selector .quantity:before { display: none; }
.product__info-wrapper .quantity_selector .quantity .quantity__button { appearance: none; border: 0px; background-color: transparent; cursor: pointer; font-size: 1.375rem; color: #000; padding: 0; transition: background-color 0.15s, color 0.15s; text-align: center; width: 45px; margin: 0; }
.product__info-wrapper .quantity_selector .quantity .quantity__button svg { width: 12px; }
.product__info-wrapper .quantity_selector .quantity .quantity__input { color: #000; font-size: 1rem; display: block; line-height: 2; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; padding: 0 10px; }

.product__info-wrapper .quantity_selector .quantity .quantity__button:hover {background: #705938}
.product__info-wrapper .quantity_selector .quantity .quantity__button:hover svg {fill: #222222;}
.product__info-wrapper .quantity_selector .quantity .quantity__button:hover svg * {fill: #222222;}

.product__info-wrapper .product-form__buttons .product-form__submit.button--primary {  letter-spacing: 0.5px; background-color: #705938; padding: 1.5rem 1rem; cursor: pointer; text-transform: uppercase; transition: background-color 0.15s, color 0.15s; font-size: 0.813rem; line-height: 1.25; text-align: center; border: 1px solid #705938; color: #222222; width: 100%; display: block; min-height: inherit; }
.product__info-wrapper .product-form__buttons .product-form__submit.button--primary:hover { background-color: #705938; }

.product__info-wrapper .icon-with-text.icon-with-text--vertical .icon-with-text__item { display: flex; align-items: center; gap: 1rem; }
.product__info-wrapper .icon-with-text.icon-with-text--vertical .icon-with-text__item .icon { width: 23px; height: 20px; min-height: inherit; min-width: 23px; margin: 0; color: #000; }
.product__info-wrapper .icon-with-text.icon-with-text--vertical span.h4 { color: #000; line-height: 2; font-size: 1rem;  letter-spacing: 0; }

.product__info-wrapper .accordion { appearance: none; background-color: transparent; width: 100%; text-align: left; color: #000; padding-top: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #705938; border-top: 1px solid #705938;margin-top: 2rem; }
.product__info-wrapper .accordion summary { padding: 0; }
.product__info-wrapper .accordion .accordion__title { font-weight: 600; line-height: 1.425; text-transform: uppercase; letter-spacing: 0.5px; color: #000; font-feature-settings: "tnum"; font-size: 13px; min-height: inherit; }

.product__info-wrapper .product__accordion .accordion__content { padding: 1rem 0 0 0; }
.product__info-wrapper .product__accordion .accordion__content p { margin: 15px 0 0 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 15px; font-style: normal; font-weight: 400; line-height: 1.4; letter-spacing: 0; }

.product__info-wrapper .accordion .accordion__content { margin: 15px 0 0 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 15px; font-style: normal; font-weight: 400; line-height: 1.4; letter-spacing: 0; }


details .plus-minus-icon { display: flex; align-items: center; }
details .plus-minus-icon svg { width: 12px; height: 16px; }
details .plus-minus-icon svg.plus-icon { display: flex; }
details[open] .plus-minus-icon svg.plus-icon { display: none; }
.plus-minus-icon svg.minus-icon { display: none; }
details[open] .plus-minus-icon svg.minus-icon { display: flex; }

/**/
.coman_blk_box.product_feature_main { margin-top: 0;}
.coman_blk_box { background-color: #fff; position: relative; padding-bottom: 100%; height: 0px; overflow: hidden; display: block;margin-top: 3rem; }
.coman_blk_box::after { content: ""; width: 90%; height: 90%; position: absolute; inset: 0px; margin: auto; border: 1px solid #705938; z-index: 2; pointer-events: none; }
.coman_blk_box .border_box { position: absolute; z-index: 1; inset: 0px; margin: auto; width: 90%; height: 90%; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; padding: 1.5rem; }
.coman_blk_box .detail_box {}
.coman_blk_box .detail_box .title_head { }
.coman_blk_box .detail_box .title_head h3 { font-weight: 600; line-height: 1.425;  uppercase; letter-spacing: 0.5px; color: #000; font-feature-settings: "tnum"; font-size: 1.25rem; margin:0;}
.coman_blk_box .detail_box .title_head p { color: #000; font-size: 0.875rem; letter-spacing: 0; margin: 0.5rem 0 0 0; padding: 0; }
.coman_blk_box .detail_box .sep_icon { display: flex; width: 100%; justify-content: center; margin-top: 0.5rem; }
.coman_blk_box .detail_box .sep_icon img { width: auto; height: auto; max-width: 100%; }
.coman_blk_box .block-newsletter { margin-top: 2rem; padding-left: 1.5rem; padding-right: 1.5rem;}
.coman_blk_box .block-newsletter .field-box { display: flex; gap: 15px; width: 100%; }
.coman_blk_box .block-newsletter .field-box .field_input { background-color: rgb(40, 40, 40); border-width: 1px; border-style: solid; border-color: rgb(102, 102, 102); color: rgb(238, 238, 238); font-size: 13.5px;  line-height: 1.9; width: 100%; border-radius: 0px; height: 50px; padding: 15px 20px;outline:none;box-shadow:none; }
.coman_blk_box .block-newsletter .field-box .field_input:hover { border-color: #705938;}
.coman_blk_box .block-newsletter .field-box .field_input:focus { border-color: #705938;}
.coman_blk_box .block-newsletter .field-box .field_button { letter-spacing: 0.5px; background-color: rgb(175, 135, 96); padding: 10px; cursor: pointer; text-transform: uppercase; transition: background-color 0.15s, color 0.15s; font-size: 13.5px; line-height: 1.25; text-align: center; border: 1px solid rgb(175, 135, 96); color: rgb(34, 34, 34); width: 100%; max-width: 130px; font-weight: 700; height: auto; margin: 0; }
.coman_blk_box .block-newsletter .field-box .field_button:hover { background: #705938; }
.coman_blk_box .newsletter-form {max-width:100%;}
.coman_blk_box .newsletter-form .newsletter-form__field-wrapper {max-width:100%;}


.coman_blk_box.product_video { background: none; }
.coman_blk_box.product_video .border_box { width: 100%; height: 100%;}
.coman_blk_box.product_video .video_cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; }
.coman_blk_box.product_video .video_cover img { width: 100%; height: 100%; object-fit: cover; }
.coman_blk_box.product_video button.video-button { width: 7rem; height: 7rem; border-radius: 7rem; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-color: rgb(175, 135, 96); z-index: 2; position: absolute; top: 50%; left: 50%; cursor: pointer; transform: translate(-50%, -50%); border: 0; outline: none; box-shadow: none; padding: 0; }
.coman_blk_box.product_video button.video-button svg { width: 28px; height: 32px; transition:all 0.5s ease; }
.coman_blk_box.product_video button.video-button:hover svg {width: 32px; height: 36px;}

.product_feature_thumb { margin-top: 3rem; }
.product_feature_thumb .fetur_list { display: grid; grid-template: "a b"  "c d"; gap: 2.5rem; }
.product_feature_thumb .fetur_list .img { display: flex; }
.product_feature_thumb .fetur_list .img img { width: 100%; height: auto; }

.fragrance_story.coman_blk_box .detail_box .title_head { padding-left: 1.5rem; padding-right: 1.5rem; }
.fragrance_story.coman_blk_box .detail_box .title_head h4 { margin: 0; font-weight: 600; line-height: 1.425;  uppercase; letter-spacing: 0.5px; color: #000; font-feature-settings: "tnum"; font-size: 1rem; }
.fragrance_story.coman_blk_box .detail_box .title_head p { margin: 1.5rem 0 1rem 0; color: #705938; font-size: clamp(1rem, 1.5vw, 1.25rem);  line-height: 2; font-style: italic; letter-spacing: 0; }

.product_second_img.coman_blk_box .border_box { width: 100%; height: 100%; padding: 0;}
.product_second_img.coman_blk_box .detail_box { display: flex; }
.product_second_img.coman_blk_box .detail_box img { width: 100%; height: auto; object-fit: contain; }

.product_feature_main.coman_blk_box .detail_box { display: flex; }
.product_feature_main.coman_blk_box .product_feature_img {width: 100%; height: auto; object-fit: contain;position: relative; z-index: 9;}
.product_feature_main .pro-grid-img .pro-objects { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex;opacity: 0; }
.product_feature_main .pro-grid-img .pro-objects > span { display: block; position: absolute; top: 50%; right: 0px; left: 0px; transform: translateY(-50%); transition: transform 0.5s, opacity 0.5s linear 0.2s; margin: auto; opacity: 0; }
.product_feature_main .pro-grid-img .pro-objects > span img { height: 48%; width: 48%; object-fit: contain; }

.product_feature_main .pro-grid-img.show .pro-objects { opacity: 1; }
.product_feature_main .pro-grid-img.show .pro-objects > span {opacity:1;}  
.product_feature_main .pro-grid-img.show .pro-objects>span:nth-child(1) { transform: translateY(-40%) translate(-20%) rotate(-45deg); }
.product_feature_main .pro-grid-img.show .pro-objects>span:nth-child(2) { transform: translateY(-50%) translate(20%) rotate(45deg); }
.product_feature_main .pro-grid-img.show .pro-objects>span:nth-child(3) { transform: translateY(-90%) translate(-15%) rotate(-45deg); }
  

/**/
.metafield_nav { background: #fff;}
.metafield_nav { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; }
.metafield_nav ul { list-style-type: none; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; padding: 1rem 2rem; scroll-snap-type: x mandatory; width: 100%; overflow-x: scroll; white-space: nowrap; gap: 4rem; margin:0;}
.metafield_nav ul li { display: block; margin: 0; padding: 0; line-height: 1; }
.metafield_nav ul li a { display: inline; background-image: linear-gradient(transparent calc(100% - 2px), rgb(175, 135, 96) 2px); background-repeat: no-repeat; background-size: 0px 10px; background-position: 0px 100%; transition: background-size 0.25s, color 0.25s; padding-bottom: 4px;  font-weight: 500; text-transform: initial; letter-spacing: 0px; font-size: 1rem; line-height: 1.425; color: #000; font-feature-settings: "tnum"; text-decoration: none; }
.metafield_nav ul li a.active, .metafield_nav ul li a:hover { animation: 0.25s ease-in-out 0s 1 normal both running eRBYTO; color: rgb(175, 135, 96); }

.product_metafields_sections {}
.product_metafields_sections .metafields_block { padding-top: 4rem; padding-bottom: 4rem; }

.coman_head { padding-bottom:10px;}
.coman_head h2 { margin: 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 20px; font-style: normal; font-weight: 600; line-height: 1.2; letter-spacing: 1px; }
.coman_head p { margin: 5px 0 0 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.2; letter-spacing: 0; }

.fragrance-points-lists h2 { margin: 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 18px; font-style: normal; font-weight: 600; line-height: 1.2; letter-spacing: 1px; }
.fragrance-points-lists h3 { margin: 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.4; letter-spacing: 0; }
.fragrance-points-lists .fragrances-block { margin: 30px 0; }
.fragrance-note-lists .fragrance-list { margin: 0; padding:10px 0 0 0; font-size: 18px; font-weight: 600; }
.fragrance-note-lists .fragrance-list li { width: 100%; max-width: 100%; display: grid; text-align: center; }
.fragrance-note-lists .fragrance-list .fragrance_img { display: flex;}
.fragrance-note-lists .fragrance-list .fragrance_img img { height: 80px; width: 100%; object-fit: contain; background: #fff; border: solid 1px #dcdcdc; padding: 10px; }
.fragrance-note-lists .fragrance-list .fragrance_name { margin: 5px 0 0 0; padding: 0; color: #000; font-family: "proxima-nova", sans-serif; font-size: 14px; font-style: normal; font-weight: 500; line-height: 1.2; letter-spacing: 0; display: block; }

.product_metafields_sections .tabs_block { padding-top: 4rem; }
.product_metafields_sections .tabs_block h3 { font-weight: 600; line-height: 1.425;  uppercase; font-feature-settings: "tnum"; color: #000; letter-spacing: 0.5px; text-align: center; margin: 0; font-size: 1rem; }
.product_metafields_sections .tabs_block .tabs ul { background-color: #F0EEEB; display: flex; -webkit-box-align: center; align-items: center; padding: 1.5rem; list-style-type: none; max-width: 43rem; width: 100%; scroll-snap-type: x mandatory; overflow-x: scroll; white-space: nowrap; justify-content: center; margin: 0 auto 3rem; gap: 2.5rem;}
.product_metafields_sections .tabs_block .tabs ul li {display: flex;}
.product_metafields_sections .tabs_block .tabs ul li button { color: #000; display: inline; background-image: linear-gradient(transparent calc(100% - 2px), #705938 2px); background-repeat: no-repeat; background-size: 0px 10px; background-position: 0px 100%; transition: background-size 0.25s, color 0.25s; padding:0 0 4px 0; font-size: 0.813rem; font-weight: 600; line-height: 1.425; text-transform: uppercase; letter-spacing: 0.5px; font-feature-settings: "tnum"; cursor: pointer; background-color: inherit; border: 0; }
.product_metafields_sections .tabs_block .tabs ul li.active button { background-size: 100% 10px; color: #000;}
.product_metafields_sections .tabs_block .tabs ul li button:hover { animation: 0.25s ease-in-out 0s 1 normal both running eRBYTO; color: #705938;}

.fragrance_lists { }
.fragrance_lists ul {margin:3rem 0 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap:60px; }
.fragrance_lists ul li { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; text-align: center;  width: 100%;background-color: #fff; padding: 1.5rem;}
.fragrance_lists ul li span.fragrance_img { display: flex; align-items: center; justify-content: center; max-width: 128px; margin: 0 auto 20px; width: 100%;}
.fragrance_lists ul li span.fragrance_img img { width: 100%; height: 100%; object-fit: contain; }
.fragrance_lists ul li span.fragrance_name { font-weight: 600;  uppercase; color: #000; font-feature-settings: "tnum"; text-align: center; letter-spacing: 0.4rem; font-size: 0.688rem; line-height: 1.5; }

.fragrance_flex { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-direction: column; margin-top: 2rem; }
.fragrance_flex .fragrance_txt_inn {max-width: 34.5rem; width: 100%; position: relative; margin: 0 auto;}
.fragrance_flex .fragrance_str_img { display: flex;}
.fragrance_flex .fragrance_str_img img {width:100%; height:auto; }
.fragrance_flex .fragrance_txt .frang_object01 { position: absolute; max-width: 16rem; opacity: 0.2; z-index: 0; pointer-events: none; top: -8rem; left: -4rem; display: none;}
.fragrance_flex .fragrance_txt .frang_object02 { position: absolute; max-width: 16rem; opacity: 0.2; z-index: 0; pointer-events: none; bottom: -8rem; right: -4rem;display: none; }
.fragrance_flex .fragrance_txt .frang_object01 img {width:100%;height: auto;}
.fragrance_flex .fragrance_txt .frang_object02 img {width:100%;height: auto;}
.fragrance_flex .fragrance_txt {position: relative;}
.fragrance_flex .fragrance_txt h3 { margin: 0; color: #705938; font-size: 2rem; font-weight: 400; line-height: 1.25;  font-style: italic; padding: 0; }
.fragrance_flex .fragrance_txt p, .fragrance_flex .fragrance_txt p a { color: #000; font-size: 1rem; line-height: 2; letter-spacing: 0; margin: 1.5rem 0 0 0; }

.related-products-section .related-products .grid.product-grid { padding-top: 1rem; padding-bottom: 4rem;}
.related-products .coman_head { padding-bottom: 2rem; }


.product-cart-banner__ProductCartBannerInner { display: flex; align-items: center; justify-content: space-between; background-color: rgb(34, 34, 34); padding-top: 1.5rem; padding-bottom: 1.5rem; width: 100%; z-index: 3; top: auto; bottom: 0px; padding-left: 1.5rem; padding-right: 1.5rem;opacity:0; transition:all 0.5s ease;}
.product-cart-banner__ProductCartBannerInner .text__Text { font-weight: 600; line-height: 1.425; text-transform: uppercase; letter-spacing: 0.5px; color: #000; font-feature-settings: "tnum"; font-size: 1rem; margin: 0; padding: 0; }
.product-cart-banner__ProductCartBannerInner .stack__Stack { display: flex;    align-items: center;}
.product-cart-banner__ProductCartBannerInner .stack__Stack .text__Text { font-weight: 600; line-height: 1.425;  uppercase; letter-spacing: 0.5px; font-feature-settings: "tnum"; color: #705938; font-size: 1rem; margin:0; }
.product-cart-banner__ProductCartBannerInner .stack__Stack button.button__ButtonComponent {  letter-spacing: 0.5px; background-color: #705938; padding: 1rem; cursor: pointer; text-transform: uppercase; transition: background-color 0.15s, color 0.15s; font-size: 0.813rem; line-height: 1.25; text-align: center; border: 1px solid #705938; color: #222222; width: 100%; display: block; height: auto; min-height: inherit;max-width: inherit; min-width: inherit; }
.product-cart-banner__ProductCartBannerInner .stack__Stack button.button__ButtonComponent:hover { background-color: rgb(166, 146, 135);}

.product-sticy-bar { position: sticky; top: 0; z-index: 99;}

.social-share-main { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; flex-direction: column;     gap: 1.5rem;}
.social-share-main .social-share-inner { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; width: 100%; border: 1px solid #705938; padding: 0.75rem 1rem; }
.social-share-main .social-share-inner .share-title { font-weight: 600; line-height: 1.425;  uppercase; letter-spacing: 0.5px; color: #000; font-feature-settings: "tnum"; }
.social-share-main .social-share-inner ul { margin: 0 0 0 1rem; padding: 0; list-style-type: none; display: flex; -webkit-box-align: center; align-items: center; gap: 1rem; }
.social-share-main .social-share-inner ul li { display: flex; margin: 0; padding: 0; }
.social-share-main .social-share-inner ul li a { display: flex; color: #000; }
.social-share-main .social-share-inner ul li a svg { width: 16px; height: 16px; color: #000; }
.social-share-main .my-account-main { width: 100%; display: flex; }
.social-share-main .my-account-main a { letter-spacing: 0.5px; padding: 1.25rem 1rem; cursor: pointer; text-transform: uppercase; transition: background-color 0.15s, color 0.15s; font-size: 0.813rem; line-height: 1.25; text-align: center; border: 1px solid #705938; width: 100%; display: flex; -webkit-box-pack: center; justify-content: center; background-color: transparent; color: #000; font-weight: 600; text-decoration: none; gap: 1rem; }
.social-share-main .my-account-main a:hover { color: #F0EEEB; background-color: #705938; }
.social-share-main .my-account-main .my-account-svg { display: flex; }
.social-share-main .my-account-main .my-account-svg svg { width: 14px; height: 16px; }

.mobile_media_gallery .slick-track:after, .mobile_media_gallery .slick-track:before {display: none;}
.mobile_media_gallery .thumbnail_media_gallery {display: flex;    margin-top: 1rem;}
.mobile_media_gallery .thumbnail_media_gallery > .pro-grid-img:nth-child(n+5) {display: none;}
.mobile_media_gallery .thumbnail_media_gallery .pro-grid-img { display: flex; position: relative; padding: 0.5rem; }
.mobile_media_gallery .thumbnail_media_gallery .pro-grid-img img { width: 100%; height: auto; object-fit: cover; border: 1px solid #fff; cursor: pointer; opacity: 0.2; transition: all 0.5s ease; }
.mobile_media_gallery .thumbnail_media_gallery .pro-grid-img.slick-current.slick-active img { opacity: 1; border-color: #705938; }
.mobile_media_gallery .thumbnail_media_gallery .pro-grid-img button.video-button { display: none;}

.mobile_media_gallery .main_media_gallery { display: flex;justify-content: center;}
.mobile_media_gallery .main_media_gallery > .pro-grid-img { display: none; }
.mobile_media_gallery .main_media_gallery > .pro-grid-img:first-child { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img { display: flex; position: relative; }
.mobile_media_gallery .main_media_gallery .pro-grid-img button.video-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 7rem; height: 7rem; border-radius: 7rem; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-color: #705938; border: 0; padding: 0; box-shadow: none; outline: none; }
.mobile_media_gallery .main_media_gallery .pro-grid-img button.video-button svg { width: 28px; height: 32px; color: #000; }
.product-cart-banner__ProductCartBannerInner .stack__Stack .text__Text.sub-heading__SubHeading { white-space: nowrap; font-weight: 600; line-height: 1.425; text-transform: uppercase; letter-spacing: 0.5px; font-feature-settings: "tnum"; color: #705938; font-size: 1rem; }

.main-product-inner .box-sold-out .price > .price__container { display: none; }
.main-product-inner .box-sold-out .product-form__input { display: none; }
.main-product-inner .box-sold-out .badge { font-weight: 600; line-height: 1.425; text-transform: uppercase; letter-spacing: 0.5px; font-feature-settings: "tnum"; color: #705938; font-size: 0.875rem; border: 0; padding: 0; }
.main-product-inner .box-sold-out .price { line-height: 1; height: auto; min-height: inherit; display: flex; }

.product.product--medium .product__info-wrapper.grid__item .product__info-container { width: 100%; max-width: 750px; margin-left: auto; margin-right: auto; }
.fragrance_lists ul { width: 100%; max-width: 1440px; margin-left: auto; margin-right: auto;}

.product_metafields_sections { padding-top: 6rem;}


.mobile_media_gallery .main_media_gallery .slick-track { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img { height: auto; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box .video-cover-section { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box .video-wrapper { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box .video-wrapper .video_cover { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box .video-wrapper .video_cover img { object-fit: cover; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box .video-wrapper .mvideo-play-popup { display: flex; }
.mobile_media_gallery .main_media_gallery .pro-grid-img .border_box .video-wrapper .mvideo-play-popup video { object-fit: cover; }

.klarna-block { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 10px; }
.klarna-block .klarna-svg { display: flex; }
.klarna-block .klarna-svg svg { width: 100%; height: 40px; fill: #fff; }
.klarna-block .klarna-text { color: #000;  font-size: 1rem; line-height: 1.5; letter-spacing: 0; }
.klarna-block .klarna-text a { color: #ffff; opacity: 0.8; }

.offer-block { background: #fff; padding: 30px; }
.offer-block .offer-inn { border: 1px solid #705938; text-align: center; padding: 40px; }
.offer-block h3 { font-weight: 600; line-height: 1.425;  uppercase; font-feature-settings: "tnum"; color: #000; font-size: 1.75rem; letter-spacing: 0.5px;
margin: 0 0 1rem; }
.offer-block p { color: #000;  font-size: 1.1rem; line-height: 1.5; letter-spacing: 0; margin: 15px 0 30px 0; }
.offer-block .off-point { display: grid; gap: 10px; margin: 0; }
.offer-block .off-point + .off-point {margin-top:20px;}
.offer-block .off-point .svg-icon { display: flex; align-items: center; justify-content: center; }
.offer-block .off-point .svg-icon img { max-width: 40px; height: auto; }
.offer-block .off-point .delivery-icon img { max-width: 50px;}
.offer-block .off-point .icon-text {color: #000;  font-size: 1rem; line-height: 1.5; letter-spacing: 0; margin: 0;}

.product__description .desc-title { font-weight: 600; line-height: 1.425;  uppercase; letter-spacing: 0.5px; color: #000; font-feature-settings: "tnum"; font-size: 1.30rem; margin: 0; }

.social-icon-section { padding: 70px 0; text-align: center; }
.social-icon-section .social-icon-list { display: flex; align-items: center; justify-content: center; gap: 30px; margin: 0; padding-top: 40px;     flex-wrap: wrap;}
.social-icon-section .social-icon-list .icon-block { display: flex; align-items: center; justify-content: center; }
.social-icon-section .social-icon-list a { display: flex; align-items: center; justify-content: center; }
.social-icon-section .social-icon-list .icon-block img { width: 40px; height: 40px; object-fit: contain; }
.social-icon-section .payment-social { gap: 10px; }
.social-icon-section .payment-social .icon-block img { height: auto; width: 100%; max-width: 70px; }

.social-icon-section .footer-newsletter {padding-bottom:50px;display: none;}
.social-icon-section .footer-newsletter .footer-block__heading { font-weight: 600; line-height: 1.425; text-transform: uppercase; letter-spacing: 0.5px; color: #000; font-size: 22px; padding: 0;  font-feature-settings: "tnum"; width: 100%; max-width: 588px; margin: 0 auto; }
.social-icon-section .footer-newsletter p { font-size: .875rem; margin: 1rem 0; font-feature-settings: "tnum"; }
.social-icon-section .footer-newsletter .field-box .field_input { background-color: #fff; border-width: 1px; border-style: solid; border-color: #666; color: #000;  font-size: .813rem;
 line-height: 1.9; width: 100%; border-radius: 0; height: 50px; padding: 15px 20px; outline: none; box-shadow: none; }
.social-icon-section .footer-newsletter .field-box .field_button { letter-spacing: .2rem; background-color: #705938; padding: 15px; cursor: pointer; text-transform: uppercase; transition: background-color .15s, color .15s;  font-size: .9rem;
line-height: 1.25; text-align: center; border: 1px solid rgb(175,135,96); color: #222; width: 100%; max-width: 100%; font-weight: 700; height: auto; margin: 12px 0 0 0; }

.social-icon-section .footer-newsletter .field-box .field_button:hover { background: #705938; }


body.template-product .footer-icons-section { display: none; }

.product__info-container .shopify-app-block .kl_reviews__star_rating_widget .kl_reviews__star_rating_widget__label { font-weight: 500; font-feature-settings: "tnum"; color: #000;  font-size: 1rem; line-height: 1.5; letter-spacing: 0; margin: 0; }
.product__info-container .kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget .kl_reviews__stars_badge { gap: 2px; }
.product__info-container .kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget svg * { fill: #705938; }
.product__info-container .kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget svg.kl_reviews__empty_star * { fill: none; stroke: #705938; }

.featured-collection-section .collection__title p { text-align: center !important;}

.sticky-bar .social-icon-section {display: none;}

@media (min-width: 40em) {
  
  .product__info-wrapper .product__title h1 { font-size: 3rem; }
  
  .coman_blk_box .detail_box .title_head h3 { font-size: 1.25rem; }

  .fragrance_lists ul li span.fragrance_name {font-size: 0.813rem;}

  .fragrance_lists ul {gap: 50px;}
  .fragrance_lists ul li { padding: 1.5rem;width: calc(33.33% - 50px * 2/3);}

  .related-products-section .related-products .grid.product-grid { padding-top: 2rem; padding-bottom: 10rem;}
  
  .product_metafields_sections .tabs_block .tabs ul { scroll-snap-type: none; overflow-x: hidden; padding-left: 3rem; padding-right: 3rem; -webkit-box-pack: center; justify-content: center; gap: 5rem;}

  .product-cart-banner__ProductCartBannerInner .text__Text { font-size: 1rem;}
}

@media (min-width: 52em) {
  
  .product.product--medium { grid-template-columns: 1fr 1fr; }
  
  .coman_blk_box .detail_box .title_head h3 { font-size: 1.25rem; }

  .metafield_nav { padding-left: 3rem; padding-right: 3rem;}
  .metafield_nav ul { -webkit-box-pack: center; justify-content: center; overflow-x: hidden;}

  .fragrance_lists ul li span.fragrance_name { font-size: 0.875rem;}

  .product-cart-banner__ProductCartBannerInner { padding-left: 3rem; padding-right: 3rem;}  
  .product-sticy-bar { top: 6.125rem; z-index: 99;}
  .product-sticy-bar .product-cart-banner__ProductCartBannerInner { position: fixed; top: 0; left: 0; width: 100%; height: auto; bottom: inherit;visibility: hidden; }
  .sticky-bar .product-cart-banner__ProductCartBannerInner { opacity:1;visibility: visible;}
  
  
  .product-cart-banner__ProductCartBannerInner .text__Text { font-size: 1.25rem;}
  .product-cart-banner__ProductCartBannerInner .stack__Stack {gap:1.5rem;}
  .product-cart-banner__ProductCartBannerInner .stack__Stack .text__Text {font-size: 1.25rem;}

  .product.product--medium .product__info-wrapper.grid__item .product__info-container { max-width: 550px; }
}

@media screen and (min-width: 64em) {
  
  .coman_blk_box .detail_box .title_head h3 { font-size: 1.25rem; }

  .fragrance_flex { flex-direction: row;}
  .fragrance_flex .fragrance_txt { margin-left: 3rem;width: 50%;}
  .fragrance_flex .fragrance_str_img { width:50%;}

  .fragrance_flex { margin-top: 5rem; }
  .fragrance_flex .fragrance_txt .frang_object01 { display: block;}
  .fragrance_flex .fragrance_txt .frang_object02 { display: block; }

  .main-product-section .main-product-inner { padding-top: 2.5rem;}
  .product-cart-banner__ProductCartBannerInner .text__Text { font-size: 1.5rem;}
  .product-cart-banner__ProductCartBannerInner .stack__Stack {gap:3rem;}
  .product-cart-banner__ProductCartBannerInner .stack__Stack .text__Text {font-size: 1.5rem;}

  .social-share-main { flex-direction: row;}
}

@media screen and (min-width: 76em) {
  
  .coman_blk_box .detail_box .title_head h3 { font-size: 1.5rem; }

  .metafield_nav { padding-left: 6.5rem; padding-right: 6.5rem;}

  .fragrance_lists ul {gap: 60px;}
  .fragrance_lists ul li { width: calc(25% - 60px * 3/4);max-width: 20%; flex: 1 1 20%;}

  .product-cart-banner__ProductCartBannerInner { padding-left: 6.5rem; padding-right: 6.5rem;}
}


@media screen and (min-width: 750px) {
  
  .product.product--medium .product__info-wrapper.grid__item { max-width: 100%; padding: 0 1.5rem; display: flex; width: 100%; align-items: flex-start; justify-self: center; }
  .product__column-sticky { display: block; position: sticky; z-index: 2; bottom: inherit; top: 2rem; }


  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }

  .product--right .product__media-list {
    margin-bottom: 2rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role='button'].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role='button']:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role='button']:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.product-form__input .form__label {
  padding-left: 0;
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__submit {
  margin-bottom: 1rem;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled='true'] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 2rem 0 0 0;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 2rem 0 0 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

.product__title > * {
  margin: 0;
}

.product__title > a {
  display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .badge {}

.product .price__container {
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 60rem;
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

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

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}


.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  text-align: center;
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: 0;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: 0;
    margin-right: 0;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: calc(100vh - 20px);
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 15px;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 45px;
  height: 45px;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media > * {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product--no-media .product__inventory {
  justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: '#';
}

/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal svg + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
  content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  /* --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%); */
  width: 100%;
}

.product-media-container .media {
  padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 1rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

.product-form .product-form__error-message-wrapper svg.icon.icon-error { width: 1rem; height: 1.4rem; }
.product-form .product-form__error-message-wrapper span.product-form__error-message { color: #fd1739;  font-size: 1rem; line-height: 2; letter-spacing: 0; }

/* PDP handle video play n pause  */
.mvideo-play-button,
.video-play-button {
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #705938;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%,-50%);
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.mvideo-play-button:hover svg,
.video-play-button:hover svg {width: 32px; height: 36px;}
.mvideo-play-button svg,
.video-play-button svg {
  width: 28px;
  height: 32px;
  transition: all .5s ease;
}
/* div#mvideoPopupplay video {
  width: 100%;
} */
/* ends PDP handle video play n pause  */

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}


  
@media (min-width: 832px) and (max-width: 991px) {

  .product_feature_main .pro-grid-img .pro-objects>span img { height: 47%; width: 47%; object-fit: contain;}
  .product.product--medium .product__info-wrapper.grid__item { padding: 0;}  
  
}

@media (min-width: 992px) and (max-width: 1216px) {
  
  .product.product--medium .product__info-wrapper.grid__item { padding: 0;}
  
}

@media screen and (max-width: 831px) {

  .main-product-inner product-info .page-width { padding: 0; }
  
  .product_metafields_sections { margin-top: 3rem;padding-top:0;}
  .product-cart-banner__ProductCartBannerInner { position: fixed; bottom: 0; width: 100%; z-index: 999; transform: translateY(100%); }
  .sticky-bar .product-cart-banner__ProductCartBannerInner { transform: translateY(0%); opacity: 1; }
  .product-cart-banner__ProductCartBannerInner .stack__Stack { gap: 1rem;}

  .product {display: flex !important;flex-wrap: wrap;}
  .product .desktop_media_gallery {display: none;}
  .product .mobile_media_gallery {display: block;}
.mobile_media_gallery .mvideo-play-popup video{max-width:100%;}
  .social-share-main { flex-direction: inherit;}
  
  
}

@media screen and (max-width: 991px) {
  
  .fragrance_lists ul { gap: 30px;}
  .fragrance_lists ul li { width: calc(33.33% - 30px * 2/3);padding: 1.5rem;}  
  
}

@media screen and (max-width: 749px) {
  
  .fragrance_lists ul li span.fragrance_name { font-size: .7rem; letter-spacing: .3rem;}
  
}

@media screen and (max-width: 640px) {
  
  .fragrance_lists ul { gap: 20px;}
  .fragrance_lists ul li { width: calc(50% - 10px);}  

  .product__info-wrapper .icon-with-text.icon-with-text--vertical .icon-with-text__item {gap: 0.5rem; margin-bottom: 0.5rem;}
  .product__info-wrapper .icon-with-text.icon-with-text--vertical span.h4 {line-height: 1.5; font-size: 0.8rem;}
  
  .product__info-wrapper .accordion { margin-top: 1.5rem;padding-top: 1rem; padding-bottom: 1rem;}
  .product__info-wrapper .accordion .accordion__title {font-size: 12px;}

  .social-share-main { gap: 1rem;}
  
  .product-cart-banner__ProductCartBannerInner .text__Text { display: none;}
  .product-cart-banner__ProductCartBannerInner .stack__Stack { width: 100%;display: grid;}
  .sticky-bar .social-icon-section {display: block;}
  .sticky-bar .social-icon-section .coman_head h2 { font-size: 1rem; }
  .sticky-bar .social-icon-section { padding: 10px 0 0 0; }
  .sticky-bar .social-icon-section .payment-social { padding-top: 10px; flex-wrap: wrap; max-width: 300px; margin: 0 auto; }
  .sticky-bar .social-icon-section .payment-social .icon-block img { max-width: 50px; height: auto; width: 100%; }


  .metafield_nav ul { padding: 1rem 0; gap: 2rem;}
  .fragrance_flex { gap: 2rem;}

  .social-share-main .social-share-inner { padding: 1rem;}
  .social-share-main .my-account-main a { padding: 1rem;}

  .product__info-container>*+* { margin: 1.5rem 0 0;}

  .coman_blk_box.product_video button.video-button { width: 5rem; height: 5rem;}
  .coman_blk_box.product_video button.video-button svg { width: 18px; height: 22px;}

  .social-share-main .my-account-main a {letter-spacing: .15rem;font-size: .7rem;}
  .social-share-main .my-account-main span.my-account-title { display: flex; align-items: center;}
  .social-share-main .social-share-inner .share-title {letter-spacing: .15rem;font-size: .7rem;}
  .social-share-main .social-share-inner ul { margin: 0 0 0 0.6rem; gap: 0.6rem;}

  .product__info-wrapper .product__description, .product__info-wrapper .product__description p {font-size: 0.9rem;line-height: 1.7;}
  .product__info-wrapper variant-selects .option_list {gap: 0.6rem;}
  .product__info-wrapper variant-selects .option_list .option_button label {padding: 0.8rem 1rem;font-size: .7rem; letter-spacing: .15rem;}
  .product__info-wrapper variant-selects .form__label {font-size: .7rem; letter-spacing: .15rem; margin: 0 0 0.6rem;}

  .product__info-wrapper .quantity_selector .quantity { max-width: 140px; height: 40px;}
  .product__info-wrapper .quantity_selector .quantity .quantity__button { font-size: 1rem; width: 40px;}
  .product__info-wrapper .quantity_selector .quantity .quantity__input { font-size: 0.9rem;}

  .product__info-wrapper .quantity_selector .price .price__container { margin: 0;}
  .product__info-wrapper .quantity_selector .price {letter-spacing: 0.5px;font-size: 1.2rem;}

  .product.product--medium { gap: 2.5rem; }
  .product__info-wrapper .product__title h1 { font-size: 1.7rem; }
  .product_fragrance ul { gap: 0.6rem; }
  .product_fragrance ul li .frag_img img { width: 35px; height: 35px; }
  .product_fragrance ul li .frag_name {  font-size: .6rem; letter-spacing: .1rem;}

  .mobile_media_gallery .main_media_gallery .pro-grid-img button.video-button {width: 6rem; height: 6rem;}
  .mobile_media_gallery .main_media_gallery .pro-grid-img button.video-button svg { width: 22px; height: 22px;}
  
  .klarna-block { display: grid; grid-template-columns: 1fr; align-items: flex-start; gap: 10px; }
  .klarna-block .klarna-svg svg { width: 100%; height: 40px; fill: #fff; max-width: 100px; }

  .offer-block { padding: 15px; }
  .offer-block .offer-inn { padding: 25px; }
  .offer-block h3 { font-size: 1rem; letter-spacing: .2rem;  margin: 0 0 0.5rem; }
  .offer-block p { font-size: 0.8rem; line-height: 1.5; letter-spacing: 0; margin: 10px 0; }
  .offer-block .off-point .delivery-icon img { max-width: 35px; }
  .offer-block .off-point { gap: 5px; }
  .offer-block .off-point .icon-text { font-size: 0.8rem; }
  .offer-block .off-point+.off-point { margin-top: 15px; }
  .offer-block .off-point .svg-icon img { max-width: 30px; }

  .product__description .desc-title { font-size: 1rem;}

  .social-icon-section { padding: 50px 0; }
  .social-icon-section .social-icon-list { gap: 20px; padding-top: 30px; }
  .social-icon-section .social-icon-list .icon-block img { width: 28px; height: 28px; }
  .social-icon-section .payment-social { gap: 6px; }
  .social-icon-section .payment-social .icon-block img { max-width: 60px; }

  .social-icon-section .footer-newsletter {display: block;}
  .social-icon-section.mobile-hide { display: none;}

  .faq-section { padding: 50px 0; }
  .faq-section .faq-blocks .accordion {margin: 0;}
  .faq-section .faq-blocks .accordion summary { padding: 1rem 0; }
  .faq-section .faq-blocks .accordion .accordion__title { letter-spacing: 0.5px; font-size: 11px; }

  .template-product .footer .footer__content-top .footer__blocks-wrapper .footer-newsletter { display: none; }
  


}

@media screen and (max-width: 575px) {

  .coman_head h2 { letter-spacing: 0.5px; font-size: 1.2rem;}
  .coman_head p { margin: 1rem 0 0; font-size: 0.9rem; line-height: 1.5;}
      
  .product_metafields_sections .tabs_block { padding-top: 2rem;}
  .product_metafields_sections .tabs_block h3 { letter-spacing: .15rem; font-size: 0.9rem;}
  .product_metafields_sections .tabs_block .tabs ul { padding: 1rem; max-width: 100%; margin: 0 auto 2rem; gap: 2rem;}
  .product_metafields_sections .tabs_block .tabs ul li button { padding: 0 0 3px; font-size: .7rem; letter-spacing: .05em;}
  .product_metafields_sections .metafields_block { padding-top: 2rem; padding-bottom: 2rem;}
  
  .fragrance_lists ul { margin: 2rem 0 0;}

   
  .related-products-section.featured-collection-section .collection { padding-bottom: 100px;}

  .product_fragrance ul li {padding: 0.25rem 0.5rem;gap: 0.5rem;}  


  .metafield_nav ul { gap: 1.5rem;}
  .metafield_nav ul li a {padding-bottom: 3px;font-size: 0.8rem;}
  
}


@media screen and (max-width: 480px) {
  
  .social-share-main { flex-direction: column;}
  
}

@media screen and (max-width: 399px) {
  
  .fragrance_lists ul { gap: 20px;}
  /* .fragrance_lists ul li { width: 100%;}   */
  
}
