:root{--cc-red: #b00000;--cc-red-dark: #7a0000;--cc-black: #111111;--cc-grey: #d9d9d9;--cc-grey-dark: #8a8a8a;--cc-white: #ffffff;--cc-font-heading: "Georgia", "Times New Roman", serif;--cc-font-body: "Helvetica Neue", Arial, sans-serif;--cc-max-width: 1200px}*{box-sizing:border-box}html{overflow-x:hidden}body{font-family:var(--cc-font-body);color:var(--cc-black);margin:0;overflow-x:hidden}img,svg{max-width:100%;height:auto}@media(max-width:480px){.cc-container{padding:0 16px}}.cc-container{max-width:var(--cc-max-width);margin:0 auto;padding:0 24px}.cc-header{background:linear-gradient(180deg,var(--cc-red) 0%,var(--cc-red-dark) 100%);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:20px;padding:18px 32px}.cc-header__left{display:flex;align-items:center;gap:20px;justify-self:start}.cc-header__right{display:flex;align-items:center;justify-self:end}.cc-header__logo{justify-self:center}.cc-header__nav{display:flex;gap:28px;list-style:none;margin:0;padding:0}.cc-header__nav a,.cc-header__nav--right a{color:var(--cc-white);text-decoration:none;font-weight:600;font-family:var(--cc-font-heading);font-size:1.1rem}.cc-header__nav a:hover,.cc-header__nav--right a:hover{text-decoration:underline}.cc-header__nav--right{display:flex;gap:28px;list-style:none;margin:0;padding:0}.cc-header__logo img{max-height:60px;width:auto}.cc-header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:8px;cursor:pointer}.cc-header__burger span{display:block;width:24px;height:2px;background:var(--cc-white);transition:transform .2s ease,opacity .2s ease}.cc-header__burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.cc-header__burger.is-open span:nth-child(2){opacity:0}.cc-header__burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.cc-header__mobile-menu{display:none}@media(max-width:749px){.cc-header{padding:14px 16px;position:relative}.cc-header__burger{display:flex}.cc-header__nav-wrap{display:none}.cc-header__logo img{max-height:44px}.cc-header__mobile-menu{display:block;max-height:0;overflow:hidden;position:absolute;top:100%;left:0;right:0;background:var(--cc-red-dark);transition:max-height .25s ease;z-index:20}.cc-header__mobile-menu.is-open{max-height:400px}.cc-header__mobile-nav{list-style:none;margin:0;padding:8px 20px 20px}.cc-header__mobile-nav li{border-bottom:1px solid rgba(255,255,255,.15)}.cc-header__mobile-nav a{display:block;padding:14px 4px;color:var(--cc-white);text-decoration:none;font-family:var(--cc-font-heading);font-size:1.1rem}}.cc-hero{position:relative;overflow:hidden;background:radial-gradient(ellipse at center,#7a0000,#1a0000 70%,#000)}.cc-hero__bg-image{display:block;width:100%;height:auto}.cc-hero__grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(rgba(255,0,0,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,0,0,.35) 1px,transparent 1px);background-size:60px 40px;transform:perspective(400px) rotateX(60deg);transform-origin:bottom;opacity:.7}.cc-hero__models{position:absolute;left:0;right:0;bottom:90px;z-index:2;display:flex;gap:60px;justify-content:center;align-items:flex-end;flex-wrap:wrap;padding-top:40px}.cc-hero__models img,.cc-hero__model svg{max-height:420px;width:auto;object-fit:contain}.cc-hero__model-placeholder{height:420px;width:260px;opacity:.5}.cc-hero__caption{position:absolute;left:0;right:0;bottom:24px;z-index:2;color:var(--cc-white);text-align:center}.cc-hero__caption h2{font-family:var(--cc-font-heading);font-size:2rem;margin:0 0 16px}.cc-hero__caption a.cc-btn{display:inline-block;background:#0009;color:var(--cc-white);border:1px solid rgba(255,255,255,.4);padding:10px 32px;border-radius:24px;text-decoration:none;font-weight:600}@media(max-width:749px){.cc-hero{overflow:hidden}.cc-hero__bg-image{width:160%;height:450px;max-width:none;margin-left:-30%;object-fit:cover;object-position:top center}.cc-hero__models{bottom:60px;gap:20px;padding-top:20px}.cc-hero__models img,.cc-hero__model svg{max-height:220px}.cc-hero__model-placeholder{height:220px;width:140px}.cc-hero__caption{bottom:16px}.cc-hero__caption h2{font-size:1.4rem;padding:0 16px}}.cc-section{padding:48px 0}.cc-section__title{font-family:var(--cc-font-heading);color:var(--cc-red);font-size:2rem;margin:0 0 24px}.cc-section--dark .cc-section__title,.cc-section--banner .cc-section__title{color:var(--cc-white)}.cc-section__view-more{text-align:left;margin-top:20px;padding-left:4px}.cc-btn--view-more{display:inline-block;background:var(--cc-black);color:var(--cc-white);border:none;border-radius:24px;padding:12px 36px;font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 8px 20px #0003;transition:transform .2s ease,box-shadow .2s ease}.cc-btn--view-more:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000047}.cc-section--banner .cc-btn--view-more{background:var(--cc-white);color:var(--cc-red-dark)}.cc-categories{position:relative;overflow:hidden;background:linear-gradient(180deg,#fdfdfd,#cfcfcf);padding:40px 0 0}.cc-categories__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;opacity:0;transition:opacity .35s ease;z-index:0;filter:brightness(.55)}.cc-categories__bg.is-visible{opacity:1}.cc-categories .cc-container{position:relative;z-index:1}.cc-category-card.is-active .cc-category-card__label{color:#fff}.cc-categories__scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.cc-categories__scroll::-webkit-scrollbar{display:none}.cc-category-card{flex:0 0 auto;width:260px;scroll-snap-align:start;text-align:center;text-decoration:none;color:inherit}.cc-category-card__image{aspect-ratio:4 / 5;overflow:hidden;border:2px solid silver;border-radius:12px;box-shadow:0 10px 24px #0003;transition:transform .25s ease,box-shadow .25s ease}.cc-category-card:hover .cc-category-card__image{transform:translateY(-8px);box-shadow:0 18px 32px #00000047}.cc-category-card__image img{width:100%;height:100%;object-fit:cover}.cc-category-card__label{font-family:var(--cc-font-heading);font-size:1.6rem;margin-top:16px}@media(max-width:749px){.cc-categories__scroll{gap:16px}.cc-category-card{width:44%}.cc-category-card__label{font-size:1.2rem}}@media(min-width:750px){.cc-categories__scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow-x:visible}.cc-category-card{width:auto}}.cc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cc-product-grid--2col{grid-template-columns:repeat(2,1fr)}.cc-product-grid--3col{grid-template-columns:repeat(3,1fr)}@media(max-width:749px){.cc-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.cc-product-grid--3col{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.cc-product-grid--2col{grid-template-columns:repeat(2,1fr)}}.cc-product-scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:24px 4px;scrollbar-width:none;-ms-overflow-style:none}.cc-product-scroll::-webkit-scrollbar{display:none}.cc-product-scroll__item{flex:0 0 auto;width:180px;scroll-snap-align:start}.cc-view-more-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;min-height:180px;text-decoration:none;color:inherit}.cc-view-more-card__circle{width:56px;height:56px;border-radius:50%;background:var(--cc-red);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.cc-view-more-card__circle svg{width:24px;height:24px}.cc-view-more-card:hover .cc-view-more-card__circle{transform:translate(4px)}.cc-view-more-card__label{font-family:var(--cc-font-heading);font-weight:600;font-size:.95rem}.cc-section--banner .cc-view-more-card__circle{background:#fff;color:var(--cc-red-dark)}.cc-section--banner .cc-view-more-card__label{color:#fff}@media(max-width:749px){.cc-product-scroll{gap:16px;padding:16px 4px}.cc-product-scroll__item{width:44vw}}@media(max-width:420px){.cc-product-scroll__item{width:50vw}}.cc-product-card{text-decoration:none;color:inherit;display:block}.cc-product-scroll .cc-product-card__image{aspect-ratio:4 / 5;background:#1a1a1a;border-radius:10px;overflow:hidden;position:relative;border:2px solid rgba(0,0,0,.15);box-shadow:14px 6px 10px #000;transition:transform .25s ease,box-shadow .25s ease}.cc-product-scroll--tall .cc-product-card__image{aspect-ratio:12/16}.cc-product-scroll--tall .cc-product-scroll__item{width:340px}@media(max-width:749px){.cc-product-scroll--tall .cc-product-card__image{aspect-ratio:12/16}}@media(max-width:749px){.cc-product-scroll--tall .cc-product-scroll__item{width:160px}}.cc-product-scroll .cc-product-card:hover .cc-product-card__image{transform:translateY(-8px);box-shadow:0 18px 32px #000000e3}.cc-product-card__image img{width:100%;height:100%;object-fit:cover}.cc-product-card__title,.cc-product-card__price{margin-top:10px;font-size:.95rem;text-align:center}.cc-product-card__price{font-weight:700}.cc-section--banner{background:linear-gradient(180deg,var(--cc-red) 0%,var(--cc-red-dark) 100%)}.cc-section--banner .cc-product-card__title,.cc-section--banner .cc-product-card__price{color:var(--cc-white)}.cc-product-card__description{margin-top:6px;font-size:.82rem;line-height:1.35;color:#555;text-align:center}.cc-section--banner .cc-product-card__description{color:#ffffffd9}.cc-showcase{background:#0d0d0d;padding:48px 0}.cc-showcase .cc-section__title{color:#fff}.cc-showcase__layout{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}.cc-showcase__main{display:block;border:2px solid rgba(255,255,255,.15);border-radius:6px;overflow:hidden;background:#161616}.cc-showcase__main-image{aspect-ratio:4 / 3}.cc-showcase__main-image img,.cc-showcase__main-placeholder{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.cc-showcase__info{color:#fff}.cc-showcase__info h3{font-family:var(--cc-font-heading);font-size:1.6rem;margin:0 0 12px}.cc-showcase__info p{color:#ffffffbf;line-height:1.5;margin:0 0 20px}.cc-btn--dark{display:inline-block;background:var(--cc-red);color:#fff;padding:10px 28px;border-radius:24px;text-decoration:none;font-weight:600}.cc-showcase__thumbs{display:flex;gap:20px;margin-top:32px;flex-wrap:wrap}.cc-showcase__thumb{display:block;width:140px;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;border:2px solid transparent;opacity:.6;transition:opacity .2s ease,border-color .2s ease,transform .2s ease;background:#161616}.cc-showcase__thumb img,.cc-showcase__thumb svg{width:100%;height:100%;object-fit:cover}.cc-showcase__thumb:hover,.cc-showcase__thumb:focus,.cc-showcase__thumb.is-active{opacity:1;border-color:var(--cc-red);transform:translateY(-4px)}@media(max-width:749px){.cc-showcase__layout{grid-template-columns:1fr}.cc-showcase__thumb{width:100px}}.cc-footer{background:linear-gradient(180deg,#eaeaea,#b9b9b9);padding:48px 0}.cc-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:24px;align-items:start}.cc-footer__logo img{max-width:220px}.cc-footer__col{background:#fff9;padding:20px;border-radius:4px}.cc-footer__col h4{font-family:var(--cc-font-heading);margin:0 0 12px;font-size:1.1rem}.cc-footer__col ul{list-style:none;margin:0;padding:0}.cc-footer__col ul li{margin-bottom:8px}.cc-footer__col ul a{color:var(--cc-black);text-decoration:none}.cc-footer__social{display:flex;gap:12px;flex-wrap:wrap}.cc-footer__social a{width:44px;height:44px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center}.cc-footer__social a img,.cc-footer__social a svg{width:20px;height:20px;filter:invert(1)}@media(max-width:989px){.cc-product-grid{grid-template-columns:repeat(2,1fr)}.cc-footer__grid{grid-template-columns:1fr 1fr}.cc-hero__models img{max-height:260px}}@media(max-width:599px){.cc-product-grid{grid-template-columns:repeat(2,1fr)}.cc-footer__grid{grid-template-columns:1fr}.cc-header__nav,.cc-header__nav--right{gap:14px}}.cc-product-card__image svg,.cc-category-card__image svg,.cc-catalog-card__image svg,.cc-showcase__thumb svg{width:100%;height:100%;object-fit:cover;display:block}.cc-product{padding:48px 0}.cc-product__layout{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}.cc-product__main-image{aspect-ratio:1 / 1;background:#f2f2f2;border-radius:6px;overflow:hidden}.cc-product__main-image img,.cc-product__main-placeholder{width:100%;height:100%;object-fit:cover}.cc-product__thumbs{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.cc-product__thumb{width:80px;height:80px;border-radius:4px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:#f2f2f2;opacity:.7}.cc-product__thumb img{width:100%;height:100%;object-fit:cover}.cc-product__thumb.is-active,.cc-product__thumb:hover{border-color:var(--cc-red);opacity:1}.cc-product__title{font-family:var(--cc-font-heading);font-size:2rem;margin:0 0 6px}.cc-product__vendor{color:#777;font-weight:600;margin-bottom:14px}.cc-product__price{font-size:1.4rem;font-weight:700;margin-bottom:24px}.cc-product__price--compare{text-decoration:line-through;color:#999;font-weight:400;margin-right:10px;font-size:1.1rem}.cc-product__option,.cc-product__quantity{margin-bottom:18px}.cc-product__option label,.cc-product__quantity label{display:block;font-weight:600;margin-bottom:6px}.cc-product__option select,.cc-product__quantity input{width:100%;max-width:280px;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.cc-product__tax-note{color:#777;font-size:.85rem;margin:-14px 0 18px}.cc-product__actions{display:flex;gap:14px;margin-bottom:12px;flex-wrap:wrap}.cc-product__add-to-cart{flex:1 1 200px;max-width:280px;border:none;font-size:1rem;cursor:pointer;margin-bottom:0}.cc-product__add-to-cart:disabled{background:#999;cursor:not-allowed}.cc-product__wishlist{flex:1 1 200px;max-width:280px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#0d9488;border:1px solid #0d9488;border-radius:24px;padding:10px 20px;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap}.cc-product__wishlist:hover{background:#0d94880f}.cc-wishlist-icon{width:16px;height:16px;flex-shrink:0}.cc-product__wishlist.is-active{background:#0d9488;color:#fff}.cc-product__wishlist.is-active .cc-wishlist-icon{fill:#fff}.cc-product__accordions{margin-top:28px;border-top:1px solid #e5e5e5}.cc-accordion{border-bottom:1px solid #e5e5e5}.cc-accordion__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:18px 2px;font-size:1rem;font-weight:700;font-family:var(--cc-font-body);color:var(--cc-black);cursor:pointer;text-align:left}.cc-accordion__chevron{width:18px;height:18px;flex-shrink:0;transition:transform .2s ease;transform:rotate(180deg)}.cc-accordion__toggle.is-open .cc-accordion__chevron{transform:rotate(0)}.cc-accordion__panel{display:none;padding:0 2px 20px}.cc-accordion__panel.is-open{display:block}.cc-product__detail-row{margin-bottom:14px}.cc-product__detail-row:last-child{margin-bottom:0}.cc-product__detail-label{font-weight:700;margin-bottom:4px}.cc-product__detail-value{color:#555;line-height:1.6}.cc-product__detail-value p{margin:0 0 4px}.cc-product__payment-icons{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 24px}.cc-payment-icon{height:28px;width:auto}.cc-product__description{line-height:1.6;color:#333;max-width:480px}@media(max-width:749px){.cc-product__layout{grid-template-columns:1fr}}.cc-related{background:#fafafa;padding:8px 0 32px}.cc-related__title{color:var(--cc-black);font-style:italic}.cc-auth__wrap{max-width:420px;margin:0 auto}.cc-auth__field{margin-bottom:16px}.cc-auth__field label{display:block;font-weight:600;margin-bottom:6px}.cc-auth__field input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.cc-auth .cc-btn--dark{width:100%;border:none;font-size:1rem;cursor:pointer}.cc-auth__links{display:flex;justify-content:space-between;margin-top:14px;font-size:.9rem}.cc-auth__links a{color:var(--cc-red);text-decoration:none}.cc-auth__recover{display:none;margin-top:24px;padding-top:24px;border-top:1px solid #e5e5e5}.cc-auth__recover.is-visible{display:block}.cc-auth__recover input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;margin:10px 0 14px}.cc-auth__create{text-align:center;margin-top:28px;font-size:.95rem}.cc-auth__success{color:#1a7a1a;margin-bottom:14px}.cc-contact{max-width:560px;margin:0 auto}.cc-contact__intro{color:#555;margin-bottom:28px}.cc-contact__field{margin-bottom:18px}.cc-contact__field label{display:block;font-weight:600;margin-bottom:6px}.cc-contact__field input,.cc-contact__field textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit}.cc-contact .cc-btn--dark{border:none;font-size:1rem;cursor:pointer}.cc-contact__success{color:#1a7a1a;margin-bottom:18px}.cc-about__layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.cc-about__image{aspect-ratio:4 / 5;border-radius:6px;overflow:hidden;background:#f2f2f2}.cc-about__image img,.cc-about__placeholder{width:100%;height:100%;object-fit:cover}.cc-about__text{line-height:1.7;color:#333;margin-top:16px}@media(max-width:749px){.cc-about__layout{grid-template-columns:1fr}}.cc-catalog__tabs{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;padding:20px 24px;border-bottom:1px solid #e5e5e5}.cc-catalog__tab{background:none;border:none;font-family:var(--cc-font-heading);font-size:1.05rem;padding:6px 2px;cursor:pointer;color:var(--cc-black);border-bottom:2px solid transparent}.cc-catalog__tab.is-active{color:var(--cc-red);border-bottom-color:var(--cc-red)}.cc-catalog__panel{display:none;padding:32px 0}.cc-catalog__panel.is-active{display:block}.cc-catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px}.cc-catalog-card{text-decoration:none;color:inherit;display:block}.cc-catalog-card__image{aspect-ratio:4/5;background:#f2f2f2;border-radius:10px;overflow:hidden;border:2px solid black}.cc-catalog-card:hover .cc-catalog-card__image{transform:translateY(-8px);box-shadow:6px 10px 20px #0006}.cc-catalog-card__image img{width:100%;height:100%;object-fit:cover}.cc-catalog-card__vendor{margin-top:12px;font-weight:700;font-size:.95rem}.cc-catalog-card__title{font-size:.9rem;color:#444}.cc-catalog-card__price{margin-top:4px;font-weight:700;font-size:.95rem}@media(max-width:749px){.cc-catalog__grid{grid-template-columns:repeat(2,1fr)}.cc-catalog__tabs{gap:18px;overflow-x:auto;justify-content:flex-start}}.cc-product-card__image svg,.cc-category-card__image svg,.cc-catalog-card__image svg,.cc-showcase__thumb svg,.cc-product__main-placeholder,.cc-about__placeholder{width:100%;height:100%;object-fit:cover;display:block}
/*# sourceMappingURL=/cdn/shop/t/5/assets/clothing-culture.css.map */
