.buy-box{display:flex;flex-direction:column;gap:1.4285714286rem;background-color:#fdfcf8;padding:3.4285714286rem 1.4285714286rem 2.2857142857rem}@media screen and (min-width: 768px){.buy-box{display:grid;grid-template-columns:1fr 1fr;column-gap:5.7142857143rem;row-gap:0;padding:6.8571428571rem 5.7142857143rem;max-width:102.8571428571rem;margin:0 auto}}.buy-box__col--gallery{order:2}@media screen and (min-width: 768px){.buy-box__col--gallery{grid-column:1;grid-row:1/3}}.buy-box__col--content{order:1;display:flex;flex-direction:column;gap:1.4285714286rem}@media screen and (min-width: 768px){.buy-box__col--content{grid-column:2;grid-row:1;gap:1.7142857143rem;padding-bottom:1.7142857143rem}}.buy-box__col--subheadline{order:3}@media screen and (min-width: 768px){.buy-box__col--subheadline{display:none}}.buy-box__col--rest{order:4;display:flex;flex-direction:column;gap:1.7142857143rem}@media screen and (min-width: 768px){.buy-box__col--rest{grid-column:2;grid-row:2;gap:1.4285714286rem}}.buy-box__gallery{display:flex;flex-direction:column;gap:1.4285714286rem}.buy-box__main-image{position:relative;display:block;width:100%;height:23.9285714286rem;overflow:hidden;background-color:#fdf0e9}@media screen and (min-width: 768px){.buy-box__main-image{height:35.7142857143rem}}.buy-box__main-image-img{display:block;width:100%;height:100%}.buy-box__main-image-img img{display:block;width:100%;height:100%;object-fit:cover}.buy-box__thumbnails{display:flex;align-items:center;gap:.7142857143rem;padding:.0714285714rem;list-style:none;margin:0;overflow-x:auto}@media screen and (min-width: 768px){.buy-box__thumbnails{gap:.5714285714rem}}.buy-box__thumbnail{flex-shrink:0;display:block;width:3.2857142857rem;height:3.2857142857rem;padding:0;background-color:#fdf0e9;border:1px solid rgba(0,0,0,0);border-radius:0;cursor:pointer;transition:.3s ease-in-out all}@media screen and (min-width: 768px){.buy-box__thumbnail{width:5.7142857143rem;height:5.7142857143rem}}.buy-box__thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.buy-box__thumbnail[aria-current=true]{border-color:#000}.buy-box__headline-group{display:flex;flex-direction:column;gap:1.4285714286rem}.buy-box__rating{display:flex;align-items:center;flex-wrap:wrap;gap:.4285714286rem}@media screen and (max-width: 768px){.buy-box__rating{gap:.5714285714rem}}.buy-box__stars{display:inline-flex;align-items:center;gap:.2142857143rem;margin-right:.2857142857rem}.buy-box__rating-value{font-family:"Montserrat",sans-serif;font-weight:700;font-size:1.1428571429rem;line-height:1;letter-spacing:.0625em;color:#000}.buy-box__rating-text{flex-basis:100%;font-family:"Montserrat",sans-serif;font-weight:500;font-size:1.1428571429rem;line-height:1;color:#000}.buy-box__badge-headline{display:flex;flex-direction:column;gap:.5714285714rem}.buy-box__badge{font-family:"Pretendard",sans-serif;font-weight:600;font-size:1.7142857143rem;line-height:1.3;letter-spacing:.0428571429rem;text-transform:uppercase;color:#000}.buy-box__headline{font-family:"Plus Jakarta Sans",sans-serif;font-weight:500;font-size:1.7142857143rem;line-height:1.3;letter-spacing:0;color:#000;margin:0}@media screen and (min-width: 768px){.buy-box__headline{font-weight:600;font-size:2.2857142857rem;line-height:1.3}}.buy-box__headline strong{padding:0 .1428571429rem;font-weight:inherit;box-shadow:inset 0 -.3571428571rem 0 0 var(--highlight-color)}@media screen and (min-width: 768px){.buy-box__headline strong{box-shadow:inset 0 -.4285714286rem 0 0 var(--highlight-color)}}.buy-box__headline p{margin:0;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit}.buy-box__subheadline{font-family:"Montserrat",sans-serif;font-weight:500;font-size:1rem;line-height:1.5;color:#000;opacity:.8}@media screen and (min-width: 768px){.buy-box__subheadline{font-size:1.1428571429rem}}.buy-box__subheadline p{margin:0;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit}.buy-box__subheadline--desktop{display:none}@media screen and (min-width: 768px){.buy-box__subheadline--desktop{display:block}}.buy-box__subheadline--mobile{display:block}@media screen and (min-width: 768px){.buy-box__subheadline--mobile{display:none}}.buy-box__purchase{display:flex;flex-direction:column;gap:1.7142857143rem}@media screen and (min-width: 768px){.buy-box__purchase{gap:1.4285714286rem}}.buy-box__cta{display:flex;align-items:center;justify-content:space-between;gap:.5714285714rem;width:100%;min-height:3.8571428571rem;padding:1.0714285714rem 1.7142857143rem;background-color:#000;border:1px solid #000;border-radius:7.1428571429rem;color:#fff;text-decoration:none;cursor:pointer;transition:.3s ease-in-out all}.buy-box__cta>*{pointer-events:none}@media screen and (min-width: 768px){.buy-box__cta{padding:1.0714285714rem 2.8571428571rem}}@media(hover: hover)and (pointer: fine){.buy-box__cta:hover{background-color:#fff6a5;color:#000}.buy-box__cta:hover .buy-box__cta-label,.buy-box__cta:hover .buy-box__cta-price-current,.buy-box__cta:hover .buy-box__cta-price-compare,.buy-box__cta:hover .buy-box__cta-save-badge{color:#000}}.buy-box__cta.button--disabled{background-color:#c7c7c7;border:1px solid #c7c7c7;color:#000;cursor:not-allowed;pointer-events:none}.buy-box__cta.button--disabled .buy-box__cta-label{color:#000}@media(prefers-reduced-motion: reduce){.buy-box__cta{transition:none}}.buy-box__cta-label{font-family:"Montserrat",sans-serif;font-weight:600;font-size:1.1428571429rem;line-height:1.7142857143rem;color:#fff;word-break:break-word}.buy-box__cta-price-group{display:inline-flex;align-items:center;gap:.7142857143rem;flex-shrink:0}@media screen and (min-width: 768px){.buy-box__cta-price-group{gap:1.1428571429rem}}.buy-box__cta-price-pair{display:inline-flex;align-items:center;gap:.3571428571rem;flex-shrink:0}@media screen and (min-width: 768px){.buy-box__cta-price-pair{gap:.4285714286rem}}.buy-box__cta-price-compare{font-family:"Montserrat",sans-serif;font-weight:500;font-size:1.1428571429rem;line-height:1.7142857143rem;color:#fff;opacity:.6;text-decoration:line-through}.buy-box__cta-price-current{font-family:"Montserrat",sans-serif;font-weight:600;font-size:1.1428571429rem;line-height:1.7142857143rem;color:#fff}.buy-box__cta-price-current>*{pointer-events:none}.buy-box__cta-save-badge{display:inline-block;padding:.2142857143rem .2857142857rem .1428571429rem;background-color:#fff6a5;border:1px solid #fff6a5;border-radius:0;font-family:"Montserrat",sans-serif;font-weight:600;font-size:.8571428571rem;line-height:1;text-transform:uppercase;color:#000;white-space:nowrap}.buy-box__trust-bar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:1.1428571429rem;width:100%;padding:.5714285714rem 1.1428571429rem;background-color:#f1ebe7;text-align:center;overflow-x:auto}.buy-box__trust-text{font-family:"Montserrat",sans-serif;font-weight:500;font-size:.7142857143rem;line-height:1;letter-spacing:.0712857143rem;text-transform:uppercase;color:#000;white-space:nowrap}.buy-box__trust-dot{display:block;flex-shrink:0;width:.2142857143rem;height:.2142857143rem;border-radius:50%;background-color:#000}.buy-box__accordion{display:flex;flex-direction:column}.buy-box__accordion-item{border-top:1px solid #f1ebe7;text-align:left}.buy-box__accordion-item summary{display:flex;align-items:center;justify-content:space-between;gap:1.1428571429rem;padding:.8571428571rem 0;list-style:none;cursor:pointer}.buy-box__accordion-item summary::-webkit-details-marker{display:none}.buy-box__accordion-item .accordion-opened{visibility:hidden}.buy-box__accordion-item .accordion-closed{visibility:visible}.buy-box__accordion-item[open] summary .accordion-opened{visibility:visible}.buy-box__accordion-item[open] summary .accordion-closed{visibility:hidden}.buy-box__accordion-title{font-family:"Montserrat",sans-serif;font-weight:500;font-size:1rem;line-height:1.3;color:#000;margin:0}.buy-box__accordion-state{position:relative;flex-shrink:0;width:.8571428571rem;height:.8571428571rem}.buy-box__accordion-state svg{position:absolute;inset:0;width:.8571428571rem;height:.8571428571rem}.buy-box__accordion-content{padding-bottom:1.4285714286rem}.buy-box__accordion-content p{margin:0 0 .8571428571rem;font-family:"Montserrat",sans-serif;font-weight:500;font-size:.8571428571rem;line-height:1.3;color:#000;opacity:.8}.buy-box__accordion-content p:last-child{margin-bottom:0}.buy-box__product-list{display:flex;flex-direction:column;gap:1.7142857143rem;padding:1.4285714286rem 0 1.4285714286rem;list-style:none;margin:0}@media screen and (min-width: 768px){.buy-box__product-list{flex-direction:row;justify-content:center;gap:.8571428571rem}}.buy-box__product-list-item{display:flex;align-items:flex-start;gap:1.1428571429rem}@media screen and (min-width: 768px){.buy-box__product-list-item{flex-direction:column;align-items:stretch;gap:.8571428571rem;flex:1;min-width:0}}.buy-box__product-list-image,.buy-box__product-list-image-placeholder{flex-shrink:0;display:block;width:4rem;height:4rem;overflow:hidden;background-color:#fdf0e9}@media screen and (min-width: 768px){.buy-box__product-list-image,.buy-box__product-list-image-placeholder{width:100%;height:7.8857142857rem;border-radius:.8571428571rem}}.buy-box__product-list-image img{display:block;width:100%;height:100%;object-fit:cover}.buy-box__product-list-copy{display:flex;flex-direction:column;gap:.2857142857rem;min-width:0;text-align:left}@media screen and (min-width: 768px){.buy-box__product-list-copy{gap:.4285714286rem;text-align:center}}.buy-box__product-list-name{font-family:"Montserrat",sans-serif;font-weight:600;font-size:.9285714286rem;line-height:1.3;color:#000;margin:0}.buy-box__product-list-description{font-family:"Montserrat",sans-serif;font-weight:500;font-size:.9285714286rem;line-height:1.3;color:#787878;margin:0}@media screen and (min-width: 768px){.buy-box__product-list-description{font-size:.7857142857rem}}.buy-box__product-list-size{font-family:"Montserrat",sans-serif;font-weight:500;font-size:.8571428571rem;line-height:1.3;color:#787878;margin:0}@media screen and (min-width: 768px){.buy-box__product-list-size{font-size:.7857142857rem}}.buy-box__sticky-atc{position:fixed;left:1.4285714286rem;right:1.4285714286rem;bottom:.8571428571rem;z-index:5;display:flex;align-items:center;opacity:1;visibility:visible;transition:.3s ease-in-out all}.buy-box__sticky-atc--hidden{opacity:0;visibility:hidden;pointer-events:none}@media(prefers-reduced-motion: reduce){.buy-box__sticky-atc{transition:none}}@media screen and (min-width: 768px){.buy-box__sticky-atc{left:2.8571428571rem;right:2.8571428571rem;bottom:1.7142857143rem;justify-content:space-between;gap:.7142857143rem;padding:1.1428571429rem 1.7142857143rem;background-color:#fff;border:1px solid #f1ebe7;border-radius:.5714285714rem}}.buy-box__sticky-atc-info{display:none}@media screen and (min-width: 768px){.buy-box__sticky-atc-info{display:flex;align-items:center;gap:1.1428571429rem}}.buy-box__sticky-atc-image{display:block;flex-shrink:0;width:3.4285714286rem;height:3.4285714286rem;overflow:hidden}.buy-box__sticky-atc-image img{display:block;width:100%;height:100%;object-fit:cover}.buy-box__sticky-atc-content{display:flex;flex-direction:column;gap:.4285714286rem}.buy-box__sticky-atc-title{font-family:"Plus Jakarta Sans",sans-serif;font-weight:600;font-size:1.1428571429rem;line-height:1.3;color:#000;margin:0}.buy-box__sticky-atc-rating{flex-wrap:nowrap;gap:.4285714286rem}.buy-box__sticky-atc-button{width:100%}@media screen and (min-width: 768px){.buy-box__sticky-atc-button{width:auto;min-width:28.5714285714rem;flex-shrink:0}}.buy-box__sticky-atc-button>*{pointer-events:none}.buy-box-section{overflow:hidden}
