.shirts-product{--shirts-font-body: var(--font-body--family);--shirts-font-display: var(--font-heading--family);--shirts-black: #000;--shirts-dark: #000;--shirts-muted: #000;--shirts-subtle: #000;--shirts-border: #000;--shirts-bg: #ffffff;font-family:var(--shirts-font-body);background:#fff;color:var(--shirts-black);padding-top:26px}.shirts-product__container{max-width:1440px;margin:0 auto;padding:0 24px 72px}.shirts-breadcrumb{display:flex;align-items:center;gap:15px;margin-bottom:32px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--shirts-black);font-family:var(--shirts-font-body)}.shirts-breadcrumb a{color:inherit;text-decoration:none;transition:color .2s}.shirts-breadcrumb a:hover{color:var(--shirts-black)}.shirts-breadcrumb .sep{color:#000}.shirts-breadcrumb .current{color:var(--shirts-black);font-weight:700}.shirts-product__grid{display:grid;grid-template-columns:minmax(0,1fr) 620px;gap:52px;align-items:flex-start}.shirts-product__media{display:grid;grid-template-columns:80px 1fr;gap:15px;top:20px;align-self:flex-start}.shirts-product__thumbnails{display:flex;flex-direction:column;gap:10px}.shirts-product__thumbnail{aspect-ratio:3/4;width:100%;cursor:pointer;border:1px solid transparent;border-radius:10px;overflow:hidden;transition:border-color .2s,transform .2s}.shirts-product__thumbnail.is-active{border-color:var(--shirts-black)}.shirts-product__thumbnail:hover{transform:translateY(-2px)}.shirts-product__thumbnail img{width:100%;height:100%;object-fit:cover}.shirts-product__main-image{aspect-ratio:3/4;background:#fff;border:1px solid var(--shirts-border);border-radius:18px;overflow:hidden;position:relative;cursor:zoom-in}.shirts-product__main-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.25,.46,.45,.94);transform-origin:center center;pointer-events:none}.shirts-product__info{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid var(--shirts-border);border-radius:20px;padding:28px;box-shadow:0 14px 32px #00000014}.shirts-product__title{font-family:var(--shirts-font-display);font-size:clamp(34px,4.4vw,46px);font-weight:500;line-height:1.15;margin:0;color:#000}.shirts-product__price-area{display:flex;flex-direction:column;gap:4px}.shirts-product__price-wrap{display:flex;align-items:center;gap:12px}.shirts-product__price{font-size:30px;font-weight:700}.shirts-product__price--old{font-size:17px;color:#888;text-decoration:line-through;font-weight:400}.shirts-product__discount-badge{display:inline-flex;align-items:center;background:#e64a19;color:#fff;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:4px 10px;border-radius:4px;line-height:1;flex-shrink:0}.shirts-product__lto-badge{display:inline-flex;align-items:center;gap:5px;margin-top:2px;font-size:12.5px;font-weight:700;color:#c0392b;letter-spacing:.02em;animation:lto-pulse 1.8s ease-in-out infinite}.shirts-product__lto-icon{font-style:normal;font-size:14px;line-height:1}@keyframes lto-pulse{0%,to{opacity:1}50%{opacity:.65}}.shirts-product__description{font-size:15px;line-height:1.75;color:var(--shirts-muted)}.shirts-product__description p{margin:0 0 10px}.shirts-product__description p:last-child{margin-bottom:0}.shirts-product__save-badge{background:#000;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:12px;text-transform:uppercase}.shirts-variant-picker{display:flex;flex-direction:column;gap:20px;margin-top:2px}.shirts-variant-picker__label{font-size:13px;font-weight:600;margin-bottom:10px;display:block;letter-spacing:.06em;text-transform:uppercase}.shirts-variant-picker__label .selected-value{font-weight:400;text-transform:none;color:var(--shirts-muted)}.shirts-variant-picker__options{display:flex;flex-wrap:wrap;gap:10px}.shirts-variant-btn{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--shirts-border);background:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:0 15px;border-radius:999px;transition:all .2s}.shirts-variant-btn.is-selected{background:#000;color:#fff;border-color:#000}.shirts-variant-btn:hover:not(.is-selected):not(.is-disabled){border-color:#000}.shirts-variant-btn.is-disabled{position:relative;flex-direction:column;gap:1px;height:auto;padding:6px 14px;cursor:not-allowed;opacity:.4;background:#f5f5f5;border-color:#ccc;color:#999;overflow:hidden}.shirts-variant-btn.is-disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top right,transparent calc(50% - .5px),#bbb calc(50% - .5px),#bbb calc(50% + .5px),transparent calc(50% + .5px));pointer-events:none}.shirts-variant-btn__label{font-size:inherit;font-weight:inherit;line-height:1}.shirts-variant-btn__oos{font-size:8px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;line-height:1;color:#b00}.shirts-btn--atc:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.shirts-product__actions-container{margin-top:6px}.shirts-product__buy-group{display:flex;gap:15px;align-items:flex-end;margin-bottom:15px}.shirts-qty-selector{display:flex;flex-direction:column;gap:8px}.shirts-qty-label{font-size:13px;font-weight:600}.shirts-qty-controls{display:flex;border:1px solid var(--shirts-border);height:48px;align-items:center;width:120px;border-radius:999px}.qty-btn{width:40px;height:100%;background:none;border:none;cursor:pointer;font-size:18px}.qty-input{width:40px;border:none;text-align:center;font-size:14px;font-weight:600;padding:0;background:transparent}.shirts-actions-buttons{flex:1}.shirts-btn{height:50px;width:100%;cursor:pointer;font-weight:600;transition:background .22s ease,color .22s ease,opacity .2s;font-family:var(--shirts-font-body);border-radius:999px}.shirts-btn--atc{background:#fff;color:#000;border:1px solid #000}.shirts-btn--atc:hover{background:#000;color:#fff}.shirts-btn--atc.is-loading{color:transparent;pointer-events:none;position:relative;overflow:hidden}.shirts-btn--atc.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:20px;height:20px;border:2.5px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:pdp-btn-spin .65s linear infinite}@keyframes pdp-btn-spin{to{transform:rotate(360deg)}}.shirts-dynamic-checkout [data-testid=grid]{display:block!important}.shirts-dynamic-checkout,.shirts-dynamic-checkout .shopify-payment-button,.shirts-dynamic-checkout .shopify-payment-button__button{width:100%!important}.shirts-dynamic-checkout .shopify-payment-button__button{height:50px!important;border-radius:999px!important;background-color:#000!important;color:#fff!important;font-weight:600!important;text-transform:none!important}.shirts-size-chart-btn{background:none;border:none;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#000;text-decoration:underline;text-underline-offset:2px;padding:0 0 0 10px;vertical-align:middle;transition:opacity .2s}.shirts-size-chart-btn:hover{opacity:.6}.shirts-sc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.shirts-sc-overlay[hidden]{display:none}.shirts-sc-modal{background:#fff;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:28px 32px 32px;position:relative}.shirts-sc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.shirts-sc-title{font-size:20px;font-weight:700;letter-spacing:.02em;margin:0;color:#000}.shirts-sc-close{background:none;border:none;cursor:pointer;padding:4px;color:#000;display:flex;align-items:center;opacity:.65;transition:opacity .2s;flex-shrink:0}.shirts-sc-close svg{width:18px;height:18px;display:block}.shirts-sc-close:hover{opacity:1}.shirts-sc-subtitle{font-size:13px;color:#555;margin:0 0 20px;line-height:1.5}.shirts-sc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.shirts-sc-table{width:100%;border-collapse:collapse;font-size:14px}.shirts-sc-table th{background:#000;color:#fff;font-weight:600;font-size:12px;letter-spacing:.07em;text-transform:uppercase;padding:12px 16px;text-align:center;white-space:nowrap}.shirts-sc-table td{padding:11px 16px;text-align:center;border-bottom:1px solid #ebebeb;font-size:14px;color:#111}.shirts-sc-table tbody tr:hover td{background:#f7f7f7}.shirts-sc-table td:first-child{font-weight:700;letter-spacing:.04em}.shirts-sc-note{font-size:11.5px;color:#888;margin:16px 0 0;line-height:1.5}@media(max-width:749px){.shirts-sc-modal{padding:22px 18px 24px}.shirts-sc-table th,.shirts-sc-table td{padding:10px;font-size:13px}}.shirts-offer-line{font-size:13px;font-weight:600;color:#000;padding:11px 14px;margin:4px 0;background:#f4f4f4;border-left:3px solid #000;display:flex;align-items:center;gap:9px;line-height:1.4}.shirts-offer-line:before{content:"";display:inline-block;width:14px;height:14px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8.5V3.5a1 1 0 0 1 1-1h5l5.5 5.5-5.5 5.5-5-5z'/%3E%3Ccircle cx='5' cy='6' r='0.8' fill='%23000' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.shirts-offer-card{display:flex;align-items:center;gap:10px;padding:11px 16px;margin:3px 0;background:#fffbf0;border:1.5px dashed #d4a017;border-radius:6px;line-height:1.45;transition:background .2s,border-color .2s}.shirts-offer-card:hover{background:#fff8e1;border-color:#c49010}.shirts-offer-card__icon{font-style:normal;font-size:15px;flex-shrink:0;line-height:1}.shirts-offer-card__text{font-size:13px;font-weight:700;color:#5d3e00;letter-spacing:.01em}.shirts-gallery-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(0,0,0,.18);background:#ffffffe0;cursor:pointer;align-items:center;justify-content:center;padding:0;transition:background .2s,border-color .2s,transform .2s;box-shadow:0 2px 8px #0000001f}.shirts-gallery-arrow svg{width:14px;height:14px;color:#000;display:block}.shirts-gallery-arrow--prev{left:12px}.shirts-gallery-arrow--next{right:12px}.shirts-gallery-arrow:hover{background:#fff;border-color:#000}.shirts-gallery-arrow:active{transform:translateY(-50%) scale(.92)}.shirts-gallery-arrow.is-hidden{opacity:0;pointer-events:none}.shirts-product__dots{display:none;justify-content:center;gap:7px;padding-top:14px;padding-bottom:4px}.shirts-dot{width:7px;height:7px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s;flex-shrink:0}.shirts-dot.is-active{background:#000;transform:scale(1.35)}@media(max-width:990px){.shirts-product__grid{grid-template-columns:1fr;gap:32px}.shirts-product__info{padding:22px}}@media(max-width:749px){.shirts-product__container{padding:0 0 60px}.shirts-breadcrumb{padding:0 16px;margin-bottom:16px;font-size:10px;gap:8px}.shirts-product__media{grid-template-columns:1fr;gap:0}.shirts-product__thumbnails{display:none}.shirts-product__gallery-wrap{width:100%;position:relative}.shirts-gallery-arrow,.shirts-product__dots{display:flex}.shirts-product__main-image{border-radius:0!important;border-left:none;border-right:none;border-top:none;aspect-ratio:4/5}.shirts-product__dots{display:flex}.shirts-product__info{border:none;box-shadow:none;border-radius:0!important;padding:20px 16px 16px;gap:12px}.shirts-product__title{font-size:clamp(24px,7vw,34px)}.shirts-product__buy-group{flex-direction:row;align-items:flex-end;gap:10px}.shirts-qty-selector{flex-shrink:0}.shirts-qty-controls{width:114px;height:50px}.shirts-qty-label{font-size:12px}.shirts-actions-buttons{flex:1;min-width:0}.shirts-btn{font-size:14px}}.shirts-product__thumbnail,.shirts-product__main-image,.shirts-product__info,.shirts-product__save-badge,.shirts-variant-btn,.shirts-qty-controls,.shirts-btn,.shirts-dynamic-checkout .shopify-payment-button__button{border-radius:0!important}.shirts-product,.shirts-product *{border-color:#000}.shirts-offer-card{border-color:#d4a017!important;background-color:#fffbf0!important}.shirts-offer-card:hover{border-color:#c49010!important;background-color:#fff8e1!important}.shirts-product__discount-badge{background-color:#e64a19!important;border-color:#e64a19!important;color:#fff!important}.shirts-product__lto-badge{border-color:transparent!important;color:#c0392b!important}.shirts-product__thumbnail,.shirts-product__main-image,.shirts-product__info,.shirts-variant-btn,.shirts-qty-controls,.shirts-btn,.shirts-dynamic-checkout .shopify-payment-button__button{background-color:#fff;color:#000}.shirts-variant-btn.is-selected,.shirts-dynamic-checkout .shopify-payment-button__button,.shirts-product__save-badge{background:#000!important;color:#fff!important;border-color:#000!important}.shirts-product-card__sale-badge{position:absolute!important;top:15px!important;left:15px!important;right:auto!important;z-index:5!important;padding:4px 10px!important;font-size:10px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#fff!important;background:#e64a19!important;border-radius:4px!important;line-height:1!important;box-shadow:0 2px 6px #0003!important;display:inline-flex!important;align-items:center!important;gap:4px!important;pointer-events:none!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-shirts.css.map */
