.ct-section{--ct-bg-color: #ffffff;--ct-heading-color: #1a1a1a;--ct-text-color: #333333;--ct-accent-color: #2d5a4a;--ct-price-color: #1a1a1a;--ct-sale-color: #c45500;--ct-image-width: 300px;--ct-image-height: 400px;--ct-image-width-mobile: 180px;--ct-image-height-mobile: 240px;--ct-section-padding-top: 40px;--ct-section-padding-bottom: 40px}.ct-section{background-color:var(--ct-bg-color);color:var(--ct-text-color);padding-top:var(--ct-section-padding-top);padding-bottom:var(--ct-section-padding-bottom)}.ct-container{max-width:1400px;margin:0 auto;padding:0 20px}@media (min-width: 768px){.ct-container{padding:0 40px}}.ct-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.ct-title{font-size:28px;color:var(--ct-heading-color);margin:0;letter-spacing:-.02em}@media (min-width: 768px){.ct-title{font-size:36px}}.ct-view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--ct-text-color);text-decoration:none;transition:color .2s ease}.ct-view-all:hover{color:var(--ct-accent-color)}.ct-view-all svg{transition:transform .2s ease}.ct-view-all:hover svg{transform:translate(4px)}.ct-tabs-wrapper{position:relative;margin-bottom:30px}.ct-tabs{display:flex;gap:24px;position:relative;padding-bottom:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ct-tabs::-webkit-scrollbar{display:none}@media (min-width: 768px){.ct-tabs{gap:32px}}.ct-tab{position:relative;padding:0;background:none;border:none;font-family:Instrument Sans;font-weight:500;font-size:14px;letter-spacing:-.02em;color:var(--ct-text-color);cursor:pointer;white-space:nowrap;transition:color .3s ease}@media (min-width: 768px){.ct-tab{font-size:14px}}.ct-tab:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:3px;background-color:var(--ct-accent-color);transform:scaleX(0);transition:transform .3s ease}.ct-tab:hover,.ct-tab.is-active{color:var(--ct-accent-color)}.ct-tab.is-active:after{transform:scaleX(1)}.ct-tabs-line{position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e5e5e5}.ct-panels{position:relative}.ct-panel{display:none}.ct-panel.is-active{display:block;animation:ctFadeIn .4s ease-out}@keyframes ctFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ct-products-grid{display:grid;grid-template-columns:repeat(var(--ct-columns-mobile, 2),1fr);gap:16px}@media (min-width: 640px){.ct-products-grid{gap:20px}}@media (min-width: 768px){.ct-products-grid{grid-template-columns:repeat(var(--ct-columns, 4),1fr);gap:24px}}.ct-card{display:grid;grid-template-rows:auto auto auto auto auto;width:100%;min-width:0;height:100%}.ct-card__link{display:block;text-decoration:none;color:inherit;width:100%}.ct-card__media{position:relative;width:100%;padding-bottom:133.33%;height:0;background-color:#f5f5f5;margin-bottom:8px;overflow:hidden;flex-shrink:0;grid-row:1}.ct-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.ct-carousel__track{display:flex;width:100%;height:100%;transition:transform .4s cubic-bezier(.25,.1,.25,1);will-change:transform}.ct-carousel__slide{position:relative;flex:0 0 100%;width:100%;min-width:100%;height:100%}.ct-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.ct-card:hover .ct-card__image{transform:scale(1.03)}.ct-card__image--single{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.ct-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}@media (max-width: 1110px){.ct-card__media{width:100%;padding-bottom:133.33%;height:0}.ct-carousel,.ct-carousel__track,.ct-carousel__slide{width:100%;height:100%}.ct-carousel__slide{flex:0 0 100%;min-width:100%}}@media (max-width: 767px){.ct-card__media{width:100%;padding-bottom:133.33%;height:0}.ct-carousel__slide{flex:0 0 100%;min-width:100%;width:100%}.ct-card__image{width:100%;height:100%}}.ct-placeholder-svg{width:60%;height:60%;fill:#ddd}.ct-carousel__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.ct-carousel__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:1px solid rgba(0,0,0,.15);padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.ct-carousel__dot:hover{transform:scale(1.2)}.ct-carousel__dot.is-active{background:#fff;border-color:#0000004d}.ct-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px;z-index:5}.ct-badge{display:inline-block;padding:4px 10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;color:#fff}.ct-badge--sale{background-color:#c41e3a}.ct-badge--hot{background-color:#f97316}.ct-badge--new{background-color:#10b981}.ct-badge--limited{background-color:#8b5cf6}.ct-badge--blue{background-color:#3b82f6}.ct-badge--gold{background-color:#f59e0b}.ct-badge--default{background-color:#333}.ct-badge--soldout{background-color:#666}.ct-card__quick-add{position:absolute;bottom:10px;right:10px;display:flex;align-items:center;justify-content:center;gap:6px;height:40px;min-width:40px;padding:0 12px;background:#fffffff2;border:none;border-radius:20px;cursor:pointer;opacity:0;transform:translateY(10px);transition:all .3s ease;z-index:10}.ct-card:hover .ct-card__quick-add{opacity:1;transform:translateY(0)}.ct-card__quick-add:hover{background:var(--ct-accent-color, #2d5a4a);padding:0 16px}.ct-card__quick-add:hover svg{stroke:#fff}.ct-card__quick-add svg{flex-shrink:0;transition:stroke .2s ease}.ct-quick-add__text{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;max-width:0;overflow:hidden;opacity:0;transition:max-width .3s ease,opacity .2s ease}.ct-card__quick-add:hover .ct-quick-add__text{max-width:60px;opacity:1}.ct-quick-add__icon{transition:stroke .2s ease}@media (max-width: 767px){.ct-card__quick-add{height:36px;min-width:36px;padding:0 10px;opacity:1;transform:translateY(0)}}.ct-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.ct-modal-overlay.is-open{opacity:1;visibility:visible}.ct-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:90%;max-width:680px;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease}.ct-modal-overlay.is-open .ct-modal{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.ct-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#fff;border:1px solid #e5e5e5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease,border-color .2s ease}.ct-modal__close:hover{background:#f5f5f5;border-color:#ccc}.ct-modal__close svg{width:18px;height:18px;stroke:#333}.ct-modal__content{display:flex;flex-direction:column;max-height:90vh;overflow-y:auto}@media (min-width: 640px){.ct-modal__content{flex-direction:row}}.ct-modal__image{flex:0 0 auto;background:#f5f5f5}@media (min-width: 640px){.ct-modal__image{flex:0 0 280px;max-height:420px}}.ct-modal__image img{width:100%;height:100%;object-fit:cover}.ct-modal__info{flex:1;padding:24px;display:flex;flex-direction:column}.ct-modal__title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 4px;padding-right:40px}.ct-modal__view-full{display:inline-block;font-size:13px;color:#666;text-decoration:none;margin-bottom:10px;transition:color .2s ease}.ct-modal__view-full:hover{color:#1a1a1a;text-decoration:underline}.ct-modal__price{display:flex;align-items:center;gap:10px;font-size:18px;margin-bottom:20px}.ct-modal__price-current{font-weight:600;color:#1a1a1a}.ct-modal__price-compare{color:#999;text-decoration:line-through;font-size:16px}.ct-modal__options{margin-bottom:20px}.ct-modal__option-group{margin-bottom:16px}.ct-modal__option-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:10px}.ct-modal__option-values{display:flex;flex-wrap:wrap;gap:8px}.ct-modal__option-btn{min-width:44px;height:44px;padding:0 16px;background:#fff;border:2px solid #e5e5e5;border-radius:50px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease}.ct-modal__option-btn:hover{border-color:#999}.ct-modal__option-btn.is-selected{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.ct-modal__option-btn.is-unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.ct-modal__option-btn--color{width:44px;padding:0;border-radius:50%;overflow:hidden}.ct-modal__option-btn--color.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #1a1a1a;background:transparent}.ct-modal__option-btn--color img,.ct-modal__option-btn--color span{width:100%;height:100%;display:block}.ct-modal__color-swatch{width:100%;height:100%;display:block;border-radius:50%}.ct-modal__color-swatch[data-color=black]{background-color:#000}.ct-modal__color-swatch[data-color=white]{background-color:#fff}.ct-modal__color-swatch[data-color=red]{background-color:#dc2626}.ct-modal__color-swatch[data-color=blue]{background-color:#2563eb}.ct-modal__color-swatch[data-color=green]{background-color:#16a34a}.ct-modal__color-swatch[data-color=yellow]{background-color:#eab308}.ct-modal__color-swatch[data-color=orange]{background-color:#ea580c}.ct-modal__color-swatch[data-color=pink]{background-color:#ec4899}.ct-modal__color-swatch[data-color=purple]{background-color:#9333ea}.ct-modal__color-swatch[data-color=brown]{background-color:#78350f}.ct-modal__color-swatch[data-color=gray],.ct-modal__color-swatch[data-color=grey]{background-color:#6b7280}.ct-modal__color-swatch[data-color=navy]{background-color:#1e3a5f}.ct-modal__color-swatch[data-color=beige]{background-color:#d4c4a8}.ct-modal__color-swatch[data-color=cream]{background-color:#fffdd0}.ct-modal__color-swatch[data-color=tan]{background-color:tan}.ct-modal__color-swatch[data-color=olive]{background-color:olive}.ct-modal__color-swatch[data-color=teal]{background-color:teal}.ct-modal__color-swatch[data-color=coral]{background-color:coral}.ct-modal__color-swatch[data-color=burgundy]{background-color:#800020}.ct-modal__color-swatch[data-color=gold]{background-color:gold}.ct-modal__color-swatch[data-color=silver]{background-color:silver}.ct-modal__color-swatch[data-color=charcoal]{background-color:#36454f}.ct-modal__color-swatch[data-color=natural]{background-color:#f5f0e6}.ct-modal__quantity{display:flex;align-items:center;gap:16px;margin-bottom:20px}.ct-modal__quantity-controls{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.ct-modal__quantity-btn{width:44px;height:44px;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.ct-modal__quantity-btn:hover{background:#f5f5f5}.ct-modal__quantity-btn svg{width:16px;height:16px;stroke:#333}.ct-modal__quantity-input{width:50px;height:44px;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;text-align:center;font-size:16px;font-weight:500;-moz-appearance:textfield}.ct-modal__quantity-input::-webkit-outer-spin-button,.ct-modal__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ct-modal__add-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:50px;background:var(--ct-accent-color, #a8b5a0);border:none;border-radius:25px;font-size:15px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.ct-modal__add-btn:hover{opacity:.9;transform:translateY(-1px)}.ct-modal__add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ct-modal__add-btn svg{width:18px;height:18px}.ct-modal__add-btn--loading .ct-btn-text{display:none}.ct-modal__add-btn--loading .ct-btn-loading{display:block}.ct-modal__add-btn--success{background:#10b981;color:#fff}.ct-btn-loading{display:none}.ct-modal__shopify-payment{margin-bottom:12px}.ct-modal__shopify-payment .shopify-payment-button{width:100%}.ct-modal__shopify-payment .shopify-payment-button__button{border-radius:25px;height:50px}.ct-modal__more-options{text-align:center}.ct-modal__more-options a{font-size:13px;color:#666;text-decoration:underline}.ct-modal__more-options a:hover{color:#333}.ct-modal__loading{display:flex;align-items:center;justify-content:center;min-height:300px}.ct-modal__spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:var(--ct-accent-color, #2d5a4a);border-radius:50%;animation:ctSpin .8s linear infinite}@keyframes ctSpin{to{transform:rotate(360deg)}}.ct-modal__error{padding:40px;text-align:center;color:#666}.ct-card__info{display:contents}.ct-card__swatches{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;align-items:flex-start;align-self:start;min-height:18px;grid-row:2;padding-bottom:0}.ct-swatch{width:18px;height:18px;border-radius:50%;border:1px solid #ddd;padding:0;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;background:none}.ct-swatch:hover,.ct-swatch.is-active{transform:scale(1.15);box-shadow:0 0 0 2px var(--ct-accent-color)}.ct-swatch img{width:100%;height:100%;object-fit:cover}.ct-swatch__color{display:block;width:100%;height:100%;border-radius:50%}.ct-swatches__more{font-size:11px;color:#999;margin-left:4px}.ct-swatch__color[data-color=black]{background-color:#000}.ct-swatch__color[data-color=white]{background-color:#fff;border:1px solid #ddd}.ct-swatch__color[data-color=red]{background-color:#dc2626}.ct-swatch__color[data-color=blue]{background-color:#2563eb}.ct-swatch__color[data-color=green]{background-color:#16a34a}.ct-swatch__color[data-color=yellow]{background-color:#eab308}.ct-swatch__color[data-color=orange]{background-color:#ea580c}.ct-swatch__color[data-color=pink]{background-color:#ec4899}.ct-swatch__color[data-color=purple]{background-color:#9333ea}.ct-swatch__color[data-color=brown]{background-color:#78350f}.ct-swatch__color[data-color=gray],.ct-swatch__color[data-color=grey]{background-color:#6b7280}.ct-swatch__color[data-color=navy]{background-color:#1e3a5f}.ct-swatch__color[data-color=beige]{background-color:#d4c4a8}.ct-swatch__color[data-color=cream]{background-color:#fffdd0}.ct-swatch__color[data-color=tan]{background-color:tan}.ct-swatch__color[data-color=olive]{background-color:olive}.ct-swatch__color[data-color=teal]{background-color:teal}.ct-swatch__color[data-color=coral]{background-color:coral}.ct-swatch__color[data-color=burgundy]{background-color:#800020}.ct-swatch__color[data-color=gold]{background-color:gold}.ct-swatch__color[data-color=silver]{background-color:silver}.ct-swatch__color[data-color=charcoal]{background-color:#36454f}.ct-swatch__color[data-color=natural]{background-color:#f5f0e6}.ct-swatch__color[data-color=khaki]{background-color:#c3b091}.ct-swatch__color[data-color=sand]{background-color:#c2b280}.ct-swatch__color[data-color=moss]{background-color:#8a9a5b}.ct-swatch__color[data-color=sage]{background-color:#9caf88}.ct-card__title{font-size:16px;color:var(--ct-heading-color);margin:0 0 -1px;line-height:1.2;align-self:start;grid-row:3;padding-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ct-card__title a{color:inherit;text-decoration:none;transition:color .2s ease}.ct-card__title a:hover{color:var(--ct-accent-color)}.ct-card__price{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;align-self:start;grid-row:4;margin-top:-4px}.ct-price--compare{color:#999;text-decoration:line-through}.ct-price--sale{color:var(--ct-sale-color)}.ct-price--regular{color:var(--ct-price-color)}.ct-card__reviews{display:flex;flex-direction:row;align-items:center;gap:6px;margin-top:0;align-self:start;grid-row:5}.ct-stars{display:flex;gap:2px}.ct-star--filled{color:#fbbf24}.ct-star--empty{color:#e5e5e5}.ct-reviews__count{font-size:12px;color:#666}@supports (grid-template-rows: subgrid){.ct-products-grid{display:grid;grid-template-columns:repeat(var(--ct-columns-mobile, 2),1fr);grid-auto-rows:auto;gap:16px}@media (min-width: 768px){.ct-products-grid{grid-template-columns:repeat(var(--ct-columns, 4),1fr);gap:24px}}.ct-card{display:grid;grid-template-rows:subgrid;grid-row:span 5}.ct-card__info{display:contents}.ct-card__media{grid-row:1 / 2}.ct-card__swatches{grid-row:2 / 3}.ct-card__title{grid-row:3 / 4}.ct-card__price{grid-row:4 / 5}.ct-card__reviews{grid-row:5 / 6}}@supports not (grid-template-rows: subgrid){.ct-card{display:flex;flex-direction:column;height:100%}.ct-card__info{display:flex;flex-direction:column;flex:1;gap:1px}.ct-card__swatches{min-height:20px}.ct-card__title{flex:1;min-height:32px}.ct-card__price{margin-top:auto}}.ct-card--placeholder{opacity:.6}.ct-card--placeholder .ct-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.ct-placeholder-svg{width:50%;height:50%;fill:#ddd}.ct-swatch--placeholder{background:#e5e5e5}.ct-card__title--placeholder span,.ct-card__price--placeholder span{display:block;background:#e5e5e5;border-radius:4px;height:16px}.ct-card__title--placeholder span{width:80%}.ct-card__price--placeholder span{width:50%}
/*# sourceMappingURL=/cdn/shop/t/7/assets/collection-tabs.css.map */
