.ctr-buy-box{background:var(--ctr-buy-box-bg, #fff);color:var(--ctr-buy-box-text, #000);overflow-x:clip;max-width:100vw}.ctr-buy-box__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem;padding-block:2rem;box-sizing:border-box}.ctr-buy-box__layout{display:flex;flex-direction:column;gap:1.5rem}.ctr-buy-box__gallery,.ctr-buy-box__content{width:100%;min-width:0;max-width:100%;overflow-wrap:break-word;box-sizing:border-box}@media screen and (min-width:768px){.ctr-buy-box__layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.ctr-buy-box__container{padding-inline:5.625rem;padding-block:3.125rem}}.ctr-buy-box__gallery{position:sticky;top:2rem;align-self:start}.ctr-buy-box__main-image-wrap{position:relative;overflow:hidden;border-radius:.5rem}.ctr-buy-box__main-image{aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.ctr-buy-box__main-image img{width:100%;height:100%;object-fit:cover}.ctr-buy-box__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:2.875rem;height:2.875rem;border:none;border-radius:50%;background:#ffffffe6;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:opacity .2s ease}.ctr-buy-box__gallery-arrow:hover{background:#fff}.ctr-buy-box__gallery-arrow--prev{inset-inline-start:.5rem}.ctr-buy-box__gallery-arrow--next{inset-inline-end:.5rem}.ctr-buy-box__gallery-arrow svg{width:1rem;height:1rem}.ctr-buy-box__thumbnails{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-block-start:.75rem}.ctr-buy-box__thumbnails::-webkit-scrollbar{display:none}@media screen and (max-width:767px){.ctr-buy-box__gallery{position:static}}@media screen and (min-width:768px){.ctr-buy-box__thumbnails{gap:.75rem}.ctr-buy-box__thumbnail{flex:0 0 5rem}}.ctr-buy-box__thumbnail{display:block;flex:0 0 4.5rem;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;padding:0;background:#f5f5f5;aspect-ratio:1 / 1;scroll-snap-align:start;transition:border-color .2s ease;box-sizing:border-box}.ctr-buy-box__thumbnail.is-active{border-color:#000}.ctr-buy-box__thumbnail img{width:100%;height:100%;object-fit:cover}.ctr-buy-box__nutrition-link{display:flex;align-items:center;justify-content:center;gap:10px;inline-size:100%;margin-block-start:14px;padding:14px 18px;border:1px solid rgba(26,26,26,.14);border-radius:.75rem;background:#fff2e6;color:#1a1a1a;font-family:inherit;font-size:.9375rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-sizing:border-box;transition:border-color .18s ease,background-color .18s ease}.ctr-buy-box__nutrition-link:hover{border-color:#1a1a1a57;background:#ffe9d6}.ctr-buy-box__nutrition-link:focus-visible{outline:2px solid #ec1e36;outline-offset:2px}.ctr-buy-box__nutrition-icon{display:inline-flex;inline-size:20px;block-size:20px;flex:0 0 20px;color:#ec1e36}.ctr-buy-box__nutrition-icon svg{inline-size:100%;block-size:100%}.ctr-buy-box__nutrition-modal[hidden]{display:none}.ctr-buy-box__nutrition-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px}.ctr-buy-box__nutrition-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1ab8;border:0;cursor:pointer}.ctr-buy-box__nutrition-panel{position:relative;max-inline-size:640px;inline-size:100%;max-block-size:88vh;overflow:auto;background:#fff;border-radius:1rem;padding:16px;box-shadow:0 24px 60px #00000052;box-sizing:border-box}.ctr-buy-box__nutrition-panel img{display:block;inline-size:100%;block-size:auto;border-radius:.5rem}.ctr-buy-box__nutrition-close{position:absolute;inset-block-start:10px;inset-inline-end:10px;inline-size:34px;block-size:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#1a1a1a;color:#fff;cursor:pointer;box-shadow:0 2px 8px #00000047}.ctr-buy-box__nutrition-close svg{inline-size:18px;block-size:18px}.ctr-buy-box__nutrition-close:focus-visible{outline:2px solid #ec1e36;outline-offset:2px}@media screen and (max-width:767px){.ctr-buy-box__nutrition-link{margin-block-start:12px;padding:12px 16px;font-size:.875rem}.ctr-buy-box__nutrition-modal{padding:16px}.ctr-buy-box__nutrition-panel{padding:12px}}.ctr-buy-box__content{display:flex;flex-direction:column;min-width:0}.ctr-buy-box__content>*{margin-block-end:var(--block-spacing, 1.5rem);max-width:100%;box-sizing:border-box}.ctr-buy-box__rating{display:flex;align-items:center;gap:.5rem;margin-block-end:.5rem;font-size:.875rem}.ctr-buy-box__stars{display:flex;gap:.125rem;color:var(--star-color, #000)}.ctr-buy-box__stars svg{width:1.0625rem;height:1.0625rem}.ctr-buy-box__rating-divider{width:1px;height:.85rem;background:#ccc}.ctr-buy-box__product-title{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;line-height:1.2;margin:0 0 .5rem}.ctr-buy-box__subtitle{font-size:1rem;margin:0 0 .75rem;opacity:.8}.ctr-buy-box__divider{width:2.5rem;height:2px;background:#000;border:none;margin:0 0 .75rem}.ctr-buy-box__description{font-size:.9375rem;line-height:1.6;margin:0;opacity:.85}.ctr-buy-box__points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.ctr-buy-box__point{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.6}.ctr-buy-box__point-icon{flex-shrink:0;margin-block-start:.15rem}.ctr-buy-box__point strong{font-weight:700}.ctr-buy-box__rich-text{font-size:.9375rem;line-height:1.6}.ctr-buy-box__flavors{display:flex;flex-wrap:wrap;gap:0;margin-block-end:1.25rem}.ctr-buy-box__flavor{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem;border:1px solid #e0e0e0;text-decoration:none;color:inherit;flex:1 0 0;min-width:0;transition:border-color .2s ease}.ctr-buy-box__flavor.is-active{border-color:#000;font-weight:600}.ctr-buy-box__flavor:hover{border-color:#000}.ctr-buy-box__flavor-image{width:2.25rem;height:2.25rem;overflow:hidden}.ctr-buy-box__flavor-image img{width:100%;height:100%;object-fit:contain}.ctr-buy-box__flavor-label{font-size:.6875rem;text-transform:uppercase;text-align:center;letter-spacing:.02em;overflow-wrap:break-word;min-width:0}@media screen and (max-width:767px){.ctr-buy-box__flavor{flex:1 0 calc(33.333% + -0px)}}.ctr-buy-box__packs-intro{display:flex;flex-direction:column;gap:2px;margin-block-end:12px}.ctr-buy-box__packs-heading{font-size:1rem;font-weight:800;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__packs-subtext{font-size:.8125rem;line-height:1.4;color:var(--ctr-muted, #5B626B)}.ctr-buy-box__packs{display:flex;flex-direction:column;gap:12px;width:100%}.ctr-buy-box__pack{position:relative;display:block;width:100%;padding:16px 18px;background:#fff;cursor:pointer;text-align:left;color:inherit;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.ctr-buy-box__pack.is-active{box-shadow:0 6px 20px #1a1a1a1a}.ctr-buy-box__pack-flag{position:absolute;inset-block-start:0;inset-inline-end:0;padding:5px 12px;font-size:.625rem;font-weight:800;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;border-end-start-radius:12px}.ctr-buy-box__pack-head{display:flex;align-items:center;gap:10px}.ctr-buy-box__pack-radio{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:2px solid #C7CCD4;background:#fff;box-sizing:border-box;transition:background .15s ease,border-color .15s ease}.ctr-buy-box__pack.is-active .ctr-buy-box__pack-radio{box-shadow:inset 0 0 0 3px #fff}.ctr-buy-box__pack-title{font-size:1rem;font-weight:800;line-height:1.2;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__pack-desc{display:block;margin-top:2px;font-size:.8125rem;font-weight:600;line-height:1.3;color:var(--ctr-muted, #5B626B)}.ctr-buy-box__pack-save{display:inline-block;padding:3px 8px;border-radius:999px;font-size:.625rem;font-weight:800;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.ctr-buy-box__pack-price{display:flex;align-items:baseline;margin-block-start:10px;padding-inline-start:30px}.ctr-buy-box__pack-permonth{font-size:2.25rem;font-weight:800;line-height:1;white-space:nowrap;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__pack-permonth-unit{font-size:.9375rem;font-weight:700;color:var(--ctr-muted, #5B626B);margin-inline-start:4px}.ctr-buy-box__pack-sub{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-block-start:8px;padding-inline-start:30px}.ctr-buy-box__pack-billed{font-size:.875rem;line-height:1.35;font-weight:400;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__pack-billed-label,.ctr-buy-box__pack-billed-value{font-weight:400;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__pack-pernight{font-size:.75rem;font-weight:800;line-height:1.35;letter-spacing:.04em;text-transform:uppercase;text-align:end;white-space:nowrap;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__pack-bullets{display:none;flex-direction:column;gap:9px;margin-block-start:14px;padding-block-start:14px;border-block-start:1px solid var(--ctr-line, #DFE3E8)}.ctr-buy-box__pack.is-active .ctr-buy-box__pack-bullets{display:flex}.ctr-buy-box__pack-bullet{display:flex;align-items:flex-start;gap:9px;font-size:.875rem;font-weight:600;line-height:1.35;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__pack-bullet>span{padding-block-start:1px}.ctr-buy-box__pack-bonus{display:none;flex-direction:column;gap:6px;margin-block-start:10px;padding:10px 12px;border-radius:10px;background:var(--ctr-cream, #FFF2E6)}.ctr-buy-box__pack.is-active .ctr-buy-box__pack-bonus{display:flex}.ctr-buy-box__pack-bonus-head{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ctr-red, #EC1E36)}.ctr-buy-box__pack-bonus-note{font-size:.625rem;font-weight:500;line-height:1.4;color:#1a1a1a9e}.ctr-buy-box__gifts{display:flex;flex-direction:column;gap:6px;margin-block-start:1px}.ctr-buy-box__gift{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:0}.ctr-buy-box__gift-media{position:relative;display:block;flex:0 0 auto;inline-size:38px;block-size:38px;border-radius:8px;border:1px solid var(--ctr-line, #DFE3E8);background:#fff;overflow:hidden}.ctr-buy-box__gift-media .ctr-gift-img{inline-size:100%;block-size:100%;object-fit:contain;display:block}.ctr-buy-box__gift-text{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:4px 8px;min-width:0}.ctr-buy-box__gift-label{font-size:.8125rem;font-weight:700;line-height:1.25;text-align:start;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__gift-value{display:flex;align-items:baseline;gap:5px;margin-inline-start:auto;padding-inline-start:8px;flex:0 0 auto;white-space:nowrap}.ctr-buy-box__gift-value-was{font-size:.75rem;font-weight:500;color:#1a1a1a80}.ctr-buy-box__gift-value-free{font-size:.75rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--ctr-red, #EC1E36)}.ctr-buy-box__gift-tag{flex:0 0 auto;max-inline-size:100%;padding:2px 7px;border-radius:999px;background:var(--ctr-red, #EC1E36);color:#fff;font-size:.5rem;font-weight:700;letter-spacing:.04em;line-height:1.4;text-transform:uppercase;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.ctr-buy-box__pack{padding:14px}.ctr-buy-box__pack-head{gap:8px}.ctr-buy-box__pack-title{font-size:.9375rem}.ctr-buy-box__pack-permonth{font-size:1.875rem}.ctr-buy-box__pack-permonth-unit{font-size:.8125rem}.ctr-buy-box__pack-price{padding-inline-start:28px;margin-block-start:8px}.ctr-buy-box__pack-sub{padding-inline-start:28px;gap:8px}.ctr-buy-box__pack-billed{font-size:.8125rem}.ctr-buy-box__pack-pernight{font-size:.6875rem}.ctr-buy-box__pack-bullet{font-size:.8125rem}.ctr-buy-box__pack-bonus{padding:9px 10px;gap:5px}.ctr-buy-box__pack-bonus-note{font-size:.5625rem}.ctr-buy-box__gifts{gap:5px}.ctr-buy-box__gift{gap:8px}.ctr-buy-box__gift-media{inline-size:34px;block-size:34px}.ctr-buy-box__gift-label{font-size:.75rem}.ctr-buy-box__gift-tag{font-size:.4375rem;padding:2px 6px}.ctr-buy-box__gift-value{gap:4px;padding-inline-start:6px}.ctr-buy-box__gift-value-was,.ctr-buy-box__gift-value-free{font-size:.6875rem}.ctr-buy-box__pack-save{font-size:.5625rem;padding:2px 6px}}@media screen and (max-width:379px){.ctr-buy-box__pack-save{display:none}}.ctr-buy-box__add-area{display:flex;flex-direction:column;gap:12px}.ctr-buy-box__helper-text{margin:0;text-align:center;font-size:.75rem;line-height:1.45;color:var(--ctr-muted, #5B626B)}.ctr-buy-box__helper-text b,.ctr-buy-box__helper-text strong{font-weight:800;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__form{margin:0}.ctr-buy-box__add-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:16px 18px;border:none;font-size:1.0625rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;color:#fff;background:var(--ctr-red, #EC1E36);transition:opacity .18s ease;box-sizing:border-box}.ctr-buy-box__add-btn:hover{opacity:.92}.ctr-buy-box__add-btn:disabled{opacity:.5;cursor:not-allowed}.ctr-buy-box__sub-info{margin:0;text-align:center;font-size:.8125rem;font-weight:700;line-height:1.5;color:var(--ctr-ink, #1A1A1A)}.ctr-buy-box__sub-info p{margin:0}.ctr-buy-box__guarantee-line{margin:0;text-align:center;font-size:.75rem;line-height:1.45;color:var(--ctr-muted, #5B626B)}.ctr-buy-box__tick-icon{flex-shrink:0;width:18px;height:18px;color:var(--ctr-red, #EC1E36)}.ctr-buy-box__onetime{text-align:center;margin:0}.ctr-buy-box__onetime-btn{background:none;border:none;cursor:pointer;font-size:.8125rem;text-decoration:underline;text-underline-offset:3px;color:var(--ctr-muted, #5B626B);font-weight:600;padding:4px}.ctr-buy-box__onetime-btn:hover{opacity:.7}.ctr-buy-box__onetime-btn:disabled{opacity:.4;cursor:not-allowed}.ctr-buy-box__topbar{display:none;position:fixed;inset-inline:0;inset-block-start:0;z-index:62;background:var(--ctr-red, #EC1E36);box-shadow:0 2px 14px #1a1a1a29;box-sizing:border-box}.ctr-buy-box__topbar.is-visible{display:block}.ctr-buy-box__topbar-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-inline-size:none;margin-inline:0;padding:10px 40px}.ctr-buy-box__topbar-inner:before{content:"";grid-column:1;justify-self:start;display:block;inline-size:128px;block-size:20px;background-image:url(/cdn/shop/files/Enhancd_Logo_Lockup_White.png);background-repeat:no-repeat;background-position:left center;background-size:contain}.ctr-buy-box__topbar-copy{grid-column:2;display:flex;align-items:center;justify-content:center;gap:14px;min-width:0}.ctr-buy-box__topbar-promo{font-size:.8125rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;white-space:nowrap}.ctr-buy-box__topbar-note{position:relative;padding-inline-start:15px;font-size:.8125rem;font-weight:500;color:#ffffffd9;white-space:nowrap}.ctr-buy-box__topbar-note:before{content:"";position:absolute;inset-inline-start:0;inset-block:2px;inline-size:1px;background:#ffffff59}.ctr-buy-box__topbar-btn{grid-column:3;justify-self:end;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:9px 22px;border:none;border-radius:999px;cursor:pointer;background:#fff;color:var(--ctr-red, #EC1E36);font-size:.8125rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;transition:transform .15s ease}.ctr-buy-box__topbar-btn{box-shadow:0 0 0 2px #020b1e,3px 4px #020b1e38}.ctr-buy-box__topbar-btn:hover{transform:translateY(-1px)}.ctr-buy-box__topbar-btn:active{transform:translate(2px,2px);box-shadow:0 0 0 2px #020b1e,1px 2px #020b1e38}.ctr-buy-box__topbar-btn-arrow{font-size:.875rem;line-height:1}.ctr-buy-box__topbar-btn-price{font-weight:800;opacity:.72}.ctr-buy-box__topbar-btn-price:before{content:"";display:inline-block;inline-size:1px;block-size:11px;margin-inline-end:8px;vertical-align:-1px;background:currentColor;opacity:.45}.ctr-buy-box__deskbar{display:none;position:fixed;inset-inline:0;inset-block-end:0;z-index:61;background:var(--ctr-cream, #FFF2E6);border-block-start:1px solid rgba(26,26,26,.08);box-shadow:0 -6px 24px #1a1a1a1f;box-sizing:border-box}.ctr-buy-box__deskbar.is-visible{display:block}.ctr-buy-box__deskbar-inner{display:flex;align-items:center;gap:16px;max-inline-size:none;margin-inline:0;padding:12px 40px}.ctr-buy-box__deskbar-media{flex:0 0 auto;inline-size:54px;block-size:54px;border-radius:8px;background:#fff;overflow:hidden}.ctr-buy-box__deskbar-media .ctr-deskbar-img{inline-size:100%;block-size:100%;object-fit:contain;display:block}.ctr-buy-box__deskbar-text{display:flex;flex-direction:column;gap:3px;min-width:0}.ctr-buy-box__deskbar-title{font-size:1rem;font-weight:800;line-height:1.2;color:var(--ctr-ink, #1A1A1A);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctr-buy-box__deskbar-meta{display:flex;align-items:center;gap:7px;font-size:.8125rem;font-weight:500;color:var(--ctr-muted, #5B626B);white-space:nowrap}.ctr-buy-box__deskbar-dot{color:#1a1a1a4d}.ctr-buy-box__deskbar-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:0 0 auto;margin-inline-start:auto;min-inline-size:300px;padding:15px 28px;border:none;border-radius:999px;cursor:pointer;background:var(--ctr-red, #EC1E36);color:#fff;font-size:.875rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;transition:transform .15s ease}.ctr-buy-box__deskbar-btn{box-shadow:0 0 0 2px #020b1e,4px 5px #020b1e29}.ctr-buy-box__deskbar-btn:hover{transform:translateY(-1px)}.ctr-buy-box__deskbar-btn:active{transform:translate(2px,2px);box-shadow:0 0 0 2px #020b1e,1px 2px #020b1e29}.ctr-buy-box__deskbar-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ctr-buy-box__deskbar-btn-price{font-weight:800;opacity:.92}@media screen and (max-width:767px){.ctr-buy-box__topbar,.ctr-buy-box__deskbar{display:none!important}}@media screen and (max-width:1099px){.ctr-buy-box__deskbar-btn{min-inline-size:220px;padding:14px 20px}.ctr-buy-box__deskbar-inner{padding-inline:16px}.ctr-buy-box__topbar-inner{gap:16px;padding-inline:16px}.ctr-buy-box__topbar-inner:before{inline-size:109px;block-size:17px}}.ctr-buy-box__sticky{display:none;position:fixed;inset-inline:0;inset-block-end:0;z-index:60;align-items:center;gap:12px;padding:10px 14px;padding-block-end:calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-block-start:1px solid var(--ctr-line, #DFE3E8);box-shadow:0 -6px 20px #1a1a1a1f;box-sizing:border-box}.ctr-buy-box__sticky.is-visible{display:flex}.ctr-buy-box__sticky-info{display:flex;flex-direction:column;gap:1px;min-width:0}.ctr-buy-box__sticky-name{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ctr-muted, #5B626B);white-space:nowrap}.ctr-buy-box__sticky-price{font-size:1.125rem;font-weight:800;line-height:1;color:var(--ctr-ink, #1A1A1A);white-space:nowrap}.ctr-buy-box__sticky-price small{font-size:.6875rem;font-weight:700;color:var(--ctr-muted, #5B626B);margin-inline-start:2px}.ctr-buy-box__sticky-btn{flex:1 1 auto;min-width:0;padding:14px 12px;border:none;cursor:pointer;font-size:.8125rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#fff;background:var(--ctr-red, #EC1E36)}.ctr-buy-box__sticky-btn:disabled{opacity:.5;cursor:not-allowed}@media screen and (min-width:768px){.ctr-buy-box__sticky{display:none!important}}.ctr-buy-box__trust-icons{display:flex;justify-content:space-between;gap:1rem;margin-block-start:.5rem}.ctr-buy-box__trust-item{display:flex;align-items:center;gap:.5rem;flex:1}.ctr-buy-box__trust-icon-wrap{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#f5f5f5;flex-shrink:0}.ctr-buy-box__trust-icon-wrap img{width:2rem;height:2rem;object-fit:contain}.ctr-buy-box__trust-text{font-size:.75rem;line-height:1.3;font-weight:600}@media screen and (max-width:767px){.ctr-buy-box__trust-icons{flex-wrap:wrap;justify-content:center;gap:.75rem}.ctr-buy-box__trust-item{flex:0 0 auto;flex-direction:column;text-align:center;align-items:center;gap:.25rem;max-width:6rem}}.ctr-buy-box__accordion{border-block-start:1px solid #e0e0e0}.ctr-buy-box__accordion-item{border-block-end:1px solid #e0e0e0}.ctr-buy-box__accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;cursor:pointer;list-style:none}.ctr-buy-box__accordion-header::-webkit-details-marker{display:none}.ctr-buy-box__accordion-header::marker{display:none;content:""}.ctr-buy-box__accordion-title{font-size:1rem;font-weight:700}.ctr-buy-box__accordion-icon{font-size:1.25rem;line-height:1;transition:transform .2s ease}details[open] .ctr-buy-box__accordion-icon{transform:rotate(45deg)}.ctr-buy-box__accordion-body{padding-block-end:1.25rem;font-size:.9375rem;line-height:1.6}.ctr-buy-box :focus-visible{outline:2px solid #000;outline-offset:2px}@media(prefers-reduced-motion:reduce){.ctr-buy-box *,.ctr-buy-box *:before,.ctr-buy-box *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.ctr-buy-box .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/41/assets/ctr-buy-box.css.map */
