/*
Theme Name: Dark Urban Custom
Theme URI: https://veestees.in
Author: Vees Tees
Description: Custom Streetwear Theme converted from Shopify.
Version: 21.0.0
Text Domain: dark-urban
*/

/* ========================================================================
   GLOBAL / SITE ARTWORK / GLASS SYSTEM
   ===================================================================== */
:root{
    --vt-red:#ff3438;
    --vt-green:#48d83c;
    --vt-text:#fff;
    --vt-muted:#b6b6b6;
    --vt-line:rgba(255,255,255,.14);
    --vt-page-width:1280px;
    --vt-radius:16px;
}
html{background:#000;color-scheme:dark;}
html,body{margin:0;min-height:100%;}
body{
    position:relative;
    isolation:isolate;
    background:#000!important;
    color:var(--vt-text);
    font-family:'Inter',Arial,sans-serif;
    overflow-x:hidden;
}
body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background-image:var(--vt-site-bg-image,none);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    opacity:var(--vt-site-bg-opacity,.6);
    transform:translateZ(0);
}
body.admin-bar::before{top:0;}
a{color:inherit;}
img{max-width:100%;height:auto;}
button,input,select,textarea{font:inherit;box-sizing:border-box;}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.vt-glass-surface{
    --vt-surface-rgb:9,9,9;
    --vt-surface-alpha:.55;
    --vt-surface-blur:14px;
    --vt-surface-sat:135%;
    background:
        linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,0) 36%),
        rgba(var(--vt-surface-rgb),var(--vt-surface-alpha));
    -webkit-backdrop-filter:blur(var(--vt-surface-blur)) saturate(var(--vt-surface-sat));
    backdrop-filter:blur(var(--vt-surface-blur)) saturate(var(--vt-surface-sat));
    border:1px solid rgba(255,255,255,.14);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 60px rgba(0,0,0,.18);
}
.vt-surface-header{--vt-surface-rgb:var(--vt-header-rgb,11,15,24);--vt-surface-alpha:var(--vt-header-alpha,.60);--vt-surface-blur:var(--vt-header-blur,13.5px);--vt-surface-sat:var(--vt-header-sat,136%);}
.vt-surface-hero{--vt-surface-rgb:var(--vt-hero-rgb,9,9,9);--vt-surface-alpha:var(--vt-hero-alpha,0);--vt-surface-blur:var(--vt-hero-blur,0px);--vt-surface-sat:var(--vt-hero-sat,100%);}
.vt-surface-featured{--vt-surface-rgb:var(--vt-featured-rgb,9,9,9);--vt-surface-alpha:var(--vt-featured-alpha,0);--vt-surface-blur:var(--vt-featured-blur,0px);--vt-surface-sat:var(--vt-featured-sat,100%);}
.vt-surface-next-drop{--vt-surface-rgb:var(--vt-next_drop-rgb,9,9,9);--vt-surface-alpha:var(--vt-next_drop-alpha,0);--vt-surface-blur:var(--vt-next_drop-blur,0px);--vt-surface-sat:var(--vt-next_drop-sat,100%);}
.vt-surface-shop-filters{--vt-surface-rgb:var(--vt-shop_filters-rgb,11,16,26);--vt-surface-alpha:var(--vt-shop_filters-alpha,.48);--vt-surface-blur:var(--vt-shop_filters-blur,14.4px);--vt-surface-sat:var(--vt-shop_filters-sat,138%);}
.vt-surface-product-card{--vt-surface-rgb:var(--vt-product_card-rgb,12,12,12);--vt-surface-alpha:var(--vt-product_card-alpha,.56);--vt-surface-blur:var(--vt-product_card-blur,8.4px);--vt-surface-sat:var(--vt-product_card-sat,122%);}
.vt-surface-product-info{--vt-surface-rgb:var(--vt-product_info-rgb,12,16,24);--vt-surface-alpha:var(--vt-product_info-alpha,.20);--vt-surface-blur:var(--vt-product_info-blur,7.2px);--vt-surface-sat:var(--vt-product_info-sat,119%);}
.vt-surface-product-offer{--vt-surface-rgb:var(--vt-product_offer-rgb,11,16,24);--vt-surface-alpha:var(--vt-product_offer-alpha,.68);--vt-surface-blur:var(--vt-product_offer-blur,12.6px);--vt-surface-sat:var(--vt-product_offer-sat,134%);}
.vt-surface-fbt{--vt-surface-rgb:var(--vt-fbt-rgb,12,17,27);--vt-surface-alpha:var(--vt-fbt-alpha,.62);--vt-surface-blur:var(--vt-fbt-blur,15.6px);--vt-surface-sat:var(--vt-fbt-sat,142%);}
.vt-surface-studio-preview{--vt-surface-rgb:var(--vt-studio_preview-rgb,12,12,12);--vt-surface-alpha:var(--vt-studio_preview-alpha,.58);--vt-surface-blur:var(--vt-studio_preview-blur,9.6px);--vt-surface-sat:var(--vt-studio_preview-sat,126%);}
.vt-surface-studio-controls{--vt-surface-rgb:var(--vt-studio_controls-rgb,6,25,61);--vt-surface-alpha:var(--vt-studio_controls-alpha,.20);--vt-surface-blur:var(--vt-studio_controls-blur,18px);--vt-surface-sat:var(--vt-studio_controls-sat,148%);}
.vt-surface-cart{--vt-surface-rgb:var(--vt-cart-rgb,9,9,9);--vt-surface-alpha:var(--vt-cart-alpha,.68);--vt-surface-blur:var(--vt-cart-blur,15px);--vt-surface-sat:var(--vt-cart-sat,140%);}
.vt-surface-contact{--vt-surface-rgb:var(--vt-contact-rgb,9,9,9);--vt-surface-alpha:var(--vt-contact-alpha,.68);--vt-surface-blur:var(--vt-contact-blur,16.5px);--vt-surface-sat:var(--vt-contact-sat,144%);}
.vt-surface-page-panel{--vt-surface-rgb:var(--vt-page_panel-rgb,9,9,9);--vt-surface-alpha:var(--vt-page_panel-alpha,.12);--vt-surface-blur:var(--vt-page_panel-blur,3.6px);--vt-surface-sat:var(--vt-page_panel-sat,110%);}
.vt-surface-checkout{--vt-surface-rgb:var(--vt-checkout-rgb,9,9,9);--vt-surface-alpha:var(--vt-checkout-alpha,.70);--vt-surface-blur:var(--vt-checkout-blur,16.5px);--vt-surface-sat:var(--vt-checkout-sat,144%);}
.vt-surface-footer{--vt-surface-rgb:var(--vt-footer-rgb,9,9,9);--vt-surface-alpha:var(--vt-footer-alpha,.72);--vt-surface-blur:var(--vt-footer-blur,17.4px);--vt-surface-sat:var(--vt-footer-sat,146%);}

/* ========================================================================
   HEADER RIBBON
   ===================================================================== */
.site-header{position:relative;z-index:9990;}
.header-wrapper{
    width:min(92%,1280px);
    margin:24px auto 18px;
    position:relative;
    z-index:9995;
    border-radius:999px;
}
.custom-header{
    min-height:58px;
    padding:9px 26px;
    border-radius:999px;
    display:flex;
    align-items:center;
    position:relative;
    overflow:visible;
}
.header-logo{
    position:absolute;
    left:28px;
    top:50%;
    z-index:4;
    transform:translateY(-50%) scale(1.38);
    transform-origin:left center;
    display:flex;
    align-items:center;
    text-decoration:none;
}
.header-logo img{display:block;width:auto;height:64px;object-fit:contain;}
.vt-text-logo{font-family:'Permanent Marker',cursive;font-size:26px;color:#fff;}
.nav-container{display:flex;width:100%;justify-content:flex-end;align-items:center;}
.nav-links{display:flex;align-items:center;justify-content:flex-end;list-style:none;margin:0;padding:0;gap:0;}
.nav-item{position:relative;display:flex;align-items:center;}
.nav-item+.nav-item::before{content:"";width:1px;height:18px;background:rgba(255,255,255,.42);margin:0 23px;}
.nav-item>a{display:inline-flex;align-items:center;min-height:38px;color:#fff!important;text-decoration:none;text-transform:uppercase;font-size:13px;line-height:1;font-weight:700;letter-spacing:1.25px;white-space:nowrap;transition:color .2s ease;}
.nav-item>a:hover{color:#ff6569!important;}
.cart-count{color:#ff4a50;font-weight:900;margin-left:4px;}
.vt-mini-cart-icon{font-size:12px;margin-left:6px;}
.mega-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);min-width:260px;padding:22px;display:none;background:rgba(8,8,8,.86);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--vt-line);border-radius:14px;box-shadow:0 22px 50px rgba(0,0,0,.38);}
.nav-item.has-mega:hover .mega-menu{display:block;}
.mega-col-title{font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:12px;}
.mega-col-links a{display:block;color:#c3c3c3!important;text-decoration:none;padding:7px 0;font-size:12px;}
.mobile-menu-toggle,.vt-mobile-utilities,.vt-mobile-search-drawer{display:none;}

/* ========================================================================
   HOME
   ===================================================================== */
.vt-home{min-height:100vh;}
.hero-banner-custom{min-height:515px;display:flex;align-items:center;justify-content:center;padding:95px 20px 35px;}
.hero-content-custom{width:min(760px,92%);text-align:center;padding:22px 30px;border-color:transparent;box-shadow:none;}
.hero-title-custom{margin:0 0 28px;font-family:'Permanent Marker',cursive;font-size:clamp(44px,4.4vw,68px);line-height:1.05;text-transform:uppercase;text-shadow:2px 4px 8px rgba(0,0,0,.55);}
.shop-btn-custom{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 30px;border:2px solid #fff;border-radius:999px;color:#fff;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.8px;transition:.2s ease;}
.shop-btn-custom:hover{background:#fff;color:#000;transform:translateY(-1px);}
.vt-front-page-content{width:min(92%,var(--vt-page-width));margin:0 auto;}
.vt-home-section{width:100%;border:0;box-shadow:none;border-radius:0;padding:34px 0 74px;}
.vt-home-section-inner{width:min(92%,1180px);margin:0 auto;}
.vt-home-section-title{text-align:center;text-transform:uppercase;letter-spacing:1.6px;font-size:28px;line-height:1.1;margin:0 0 36px;font-weight:900;}
.vt-home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;}
.vt-home-product-card{text-align:center;position:relative;min-width:0;}
.vt-home-product-image{display:block;overflow:hidden;border-radius:8px;background:rgba(10,10,10,.25);}
.vt-home-product-image img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;transition:transform .35s cubic-bezier(.2,.7,.2,1);}
.vt-home-product-card:hover .vt-home-product-image img{transform:scale(1.025);}
.vt-home-product-name{display:block;margin:16px 4px 7px;color:#fff;text-decoration:none;text-transform:uppercase;font-size:14px;line-height:1.25;font-weight:800;}
.vt-home-product-price{font-size:15px;font-weight:800;color:#fff;}
.vt-home-product-price del{color:#8e8e8e;margin-right:5px;}
.vt-home-product-price ins{text-decoration:none;}
.vt-next-drop-title{font-family:'Permanent Marker',cursive;color:#f23b40;font-size:38px;text-transform:uppercase;}
.vt-next-drop-grid{max-width:760px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;}
.vt-coming-soon-card{padding:12px;border:1px solid var(--vt-line);border-radius:12px;background:rgba(8,8,8,.38);}
.vt-coming-soon-badge{position:absolute;z-index:2;top:22px;right:20px;padding:8px 13px;border-radius:5px;background:#ef3c41;color:#fff;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.8px;}

/* ========================================================================
   FOOTER
   ===================================================================== */
.site-footer{position:relative;z-index:2;padding:0 8px 8px;}
.vt-footer-panel{width:min(100%,1740px);margin:0 auto;border-radius:20px;padding:52px 7% 28px;}
.vt-footer-grid{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:70px;align-items:start;}
.vt-footer-logo{font-family:'Permanent Marker',cursive;color:#ed3d42;font-size:28px;margin-bottom:20px;}
.vt-footer-brand p{max-width:350px;margin:0;color:#b8b8b8;font-size:13px;line-height:1.6;}
.vt-footer-panel h3{margin:0 0 18px;font-size:15px;font-weight:900;}
.vt-footer-menu{list-style:none;margin:0;padding:0;}
.vt-footer-menu li{margin:0 0 10px;}
.vt-footer-menu a{color:#bdbdbd;text-decoration:none;font-size:13px;}
.vt-footer-menu a:hover{color:#fff;}
.vt-footer-newsletter>strong{display:block;text-transform:uppercase;font-size:13px;margin-bottom:14px;}
.vt-newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;max-width:390px;}
.vt-newsletter-form input{min-width:0;height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.48);color:#fff;outline:none;}
.vt-newsletter-form button{height:42px;padding:0 24px;border:0;border-radius:999px;background:#fff;color:#000;text-transform:uppercase;font-size:12px;font-weight:900;cursor:pointer;}
.vt-newsletter-success{display:block;margin-top:10px;color:#5cef75;}
.vt-footer-bottom{margin-top:58px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#a7a7a7;font-size:11px;}

/* ========================================================================
   SHOP / CATALOGUE
   ===================================================================== */
.vt-shop-page{width:100%;padding:8px 0 24px;}
.vt-shop-shell{width:min(96%,1400px);height:calc(100vh - 118px);min-height:620px;margin:0 auto;display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;overflow:hidden;}
.vt-shop-sidebar{min-height:0;border-radius:14px;overflow:hidden;}
.vt-shop-sidebar-scroll{height:100%;overflow-y:auto;padding:22px 20px 30px;overscroll-behavior:contain;scrollbar-width:thin;}
.vt-filter-heading{text-transform:uppercase;font-size:17px;font-weight:900;letter-spacing:.8px;margin:0 0 16px;}
.vt-filter-group{padding:16px 0 17px;border-bottom:1px solid rgba(255,255,255,.14);}
.vt-filter-title{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0;margin:0 0 13px;background:none;border:0;color:#fff;cursor:pointer;font-size:15px;font-weight:900;text-align:left;}
.vt-filter-arrow{font-size:15px;transition:transform .2s ease;}
.vt-filter-group.is-collapsed .vt-filter-arrow{transform:rotate(180deg);}
.vt-filter-options{display:flex;flex-direction:column;gap:11px;}
.vt-filter-group.is-collapsed .vt-filter-options{display:none;}
.vt-filter-option{display:flex;align-items:center;gap:11px;color:#dedede;font-size:14px;line-height:1.25;cursor:pointer;}
.vt-filter-option input{position:absolute;opacity:0;pointer-events:none;}
.vt-check-ui{width:20px;height:20px;flex:0 0 20px;border:1.5px solid rgba(255,255,255,.72);border-radius:2px;background:rgba(255,255,255,.04);position:relative;}
.vt-filter-option input:checked+.vt-check-ui{background:#fff;border-color:#fff;}
.vt-filter-option input:checked+.vt-check-ui::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg);}
.vt-filter-extra{display:none;}
.vt-filter-group.is-expanded .vt-filter-extra{display:flex;}
.vt-show-more,.vt-clear-filters{display:inline-block;margin-top:4px;padding:0;background:none;border:0;color:#fff;text-decoration:underline;font-size:12px;font-weight:700;cursor:pointer;}
.vt-clear-filters{margin-top:20px;color:#bdbdbd;}
.vt-shop-main{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;}
.vt-shop-toolbar{flex:0 0 auto;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 4px 12px;}
.vt-shop-search{width:min(430px,48%);height:42px;position:relative;display:flex;align-items:center;}
.vt-shop-search input{width:100%;height:100%;padding:0 16px 0 44px;border:1px solid rgba(255,255,255,.19);border-radius:9px;background:rgba(10,10,10,.56);color:#fff;outline:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}
.vt-search-icon{position:absolute;left:16px;width:15px;height:15px;border:2px solid #fff;border-radius:50%;opacity:.85;}
.vt-search-icon::after{content:"";position:absolute;width:7px;height:2px;background:#fff;right:-5px;bottom:-3px;transform:rotate(45deg);transform-origin:left center;}
.vt-sort-form{display:flex;align-items:center;gap:7px;font-size:13px;white-space:nowrap;}
.vt-sort-form select{height:40px;padding:0 30px 0 10px;border:0;border-bottom:1px solid rgba(255,255,255,.45);border-radius:0;background:#090909;color:#fff;outline:none;}
.vt-products-scroll{min-height:0;flex:1;overflow-y:auto;padding:2px 4px 50px;overscroll-behavior:auto;scrollbar-width:thin;}
.vt-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 18px;}
.vt-product-card{min-width:0;border-radius:10px;overflow:hidden;transition:transform .25s ease,border-color .25s ease;}
.vt-product-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.26);}
.vt-product-image-wrap{position:relative;display:block;overflow:hidden;color:#fff;text-decoration:none;}
.vt-product-image{aspect-ratio:3/4;overflow:hidden;background:rgba(20,20,20,.28);}
.vt-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(.2,.7,.2,1);}
.vt-product-card:hover .vt-product-image img{transform:scale(1.045);}
.vt-product-badge,.vt-fit-badge{position:absolute;z-index:2;top:10px;left:10px;padding:5px 8px;border-radius:5px;background:rgba(245,245,245,.92);color:#242424;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.35px;}
.vt-clearance-badge{background:#ef3b40;color:#fff;}
.vt-fit-badge{left:auto;right:10px;}
.vt-rating-badge{position:absolute;z-index:2;left:10px;bottom:10px;padding:5px 7px;border-radius:6px;background:rgba(255,255,255,.94);color:#222;font-size:10px;font-weight:800;}
.vt-product-card-info{padding:13px 12px 15px;}
.vt-product-card-title{display:block;color:#fff;text-decoration:none;font-size:14px;line-height:1.28;font-weight:800;min-height:36px;}
.vt-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin-top:7px;}
.vt-current-price{color:#fff;font-size:15px;font-weight:900;}
.vt-current-price .amount{color:inherit;}
.vt-regular-price{color:#8b8b8b;font-size:12px;text-decoration:line-through;}
.vt-discount{color:#55df43;font-size:12px;font-weight:900;}
.vt-offer-line{display:flex;gap:6px;margin-top:8px;color:#5bdb49;font-size:11px;font-weight:700;}
.vt-pagination{padding:34px 0;text-align:center;}
.vt-pagination ul{display:flex!important;justify-content:center;gap:5px;border:0!important;}
.vt-pagination li{border:0!important;}
.vt-pagination a,.vt-pagination span{display:grid!important;place-items:center;min-width:38px;height:38px!important;border:1px solid var(--vt-line)!important;background:rgba(10,10,10,.65)!important;color:#fff!important;border-radius:8px;}
.vt-no-results{padding:50px 24px;text-align:center;border-radius:14px;display:flex;flex-direction:column;gap:10px;}
.vt-no-results strong{font-size:22px;}
.vt-no-results span{color:var(--vt-muted);}
.vt-mobile-filter-form{display:none;}

/* ========================================================================
   SINGLE PRODUCT
   ===================================================================== */
.vt-single-product-page{width:100%;padding:10px 0 62px;}
.vt-product-main{width:min(94%,1280px);margin:0 auto 86px;position:relative;}
.vt-product-layout{display:grid;grid-template-columns:minmax(0,560px) minmax(0,1fr);gap:42px;align-items:start;}
.vt-product-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;min-width:0;}
.vt-product-thumbs{display:flex;flex-direction:column;gap:12px;max-height:620px;overflow-y:auto;scrollbar-width:none;}
.vt-product-thumbs::-webkit-scrollbar{display:none;}
.vt-product-thumb{width:82px;aspect-ratio:4/5;padding:0;overflow:hidden;border:1px solid transparent;border-radius:8px;background:rgba(8,8,8,.5);cursor:pointer;opacity:.62;transition:.2s ease;}
.vt-product-thumb.is-active{opacity:1;border-color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.22);}
.vt-product-thumb img{display:block;width:100%;height:100%;object-fit:cover;}
.vt-product-main-image{min-height:570px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.vt-product-main-image img{display:block;width:100%;height:100%;max-height:650px;object-fit:contain;}
.vt-product-summary{padding:4px 4px 18px;border-radius:14px;border-color:transparent;box-shadow:none;}
.vt-product-brand{color:#f23c41;text-transform:uppercase;letter-spacing:3px;font-size:18px;font-weight:900;margin:0 0 12px;}
.vt-single-title{margin:0 0 15px;text-transform:uppercase;font-size:clamp(25px,2.25vw,34px);line-height:1.12;font-weight:600;max-width:650px;}
.vt-product-social-proof{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:18px;color:#bbb;font-size:12px;}
.vt-product-rating{display:inline-flex;gap:4px;padding:6px 8px;border-radius:5px;background:rgba(255,181,0,.20);color:#ffd02a;font-weight:900;}
.vt-product-rating b{color:#ffe970;}
.vt-single-price{margin:0 0 24px;color:#fff;font-size:31px;line-height:1;font-weight:900;}
.vt-single-price del{font-size:17px;color:#8c8c8c;margin-right:8px;}
.vt-single-price ins{text-decoration:none;}
.vt-product-buy-row{display:grid;grid-template-columns:minmax(0,1fr) 58px;gap:12px;align-items:start;margin-bottom:24px;}
.vt-native-add-to-cart form.cart{margin:0!important;display:block!important;}
.vt-native-add-to-cart .quantity{display:none!important;}
.vt-native-add-to-cart .single_add_to_cart_button{float:none!important;width:100%!important;min-height:55px!important;margin:0!important;border:0!important;border-radius:9px!important;background:#fff!important;color:#000!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:1px!important;box-shadow:none!important;}
.vt-native-add-to-cart .single_add_to_cart_button.disabled,.vt-native-add-to-cart .single_add_to_cart_button:disabled{opacity:.55!important;}
.vt-native-add-to-cart table.variations{width:100%;margin:0 0 14px!important;border:0!important;}
.vt-native-add-to-cart table.variations tr,.vt-native-add-to-cart table.variations td,.vt-native-add-to-cart table.variations th{display:block;border:0!important;padding:0!important;}
.vt-native-add-to-cart table.variations th{margin:10px 0 7px;text-align:left;text-transform:uppercase;font-size:11px;}
.vt-native-add-to-cart table.variations select{width:100%;height:45px;padding:0 12px;border:1px solid var(--vt-line);border-radius:8px;background:#111;color:#fff;}
.vt-native-add-to-cart .reset_variations{display:inline-block;margin-top:7px;color:#aaa;font-size:11px;}
.vt-native-add-to-cart .woocommerce-variation-price{margin:0 0 10px;font-weight:800;}
.vt-wishlist-button{width:58px;height:55px;border:1px solid rgba(255,255,255,.32);border-radius:9px;background:rgba(5,5,5,.4);color:#fff;font-size:26px;cursor:pointer;}
.vt-wishlist-button[aria-pressed="true"]{color:#ff454b;border-color:#ff454b;}
.vt-product-panel{border-radius:12px;padding:20px 22px;margin:0 0 18px;}
.vt-product-panel h2{margin:0 0 14px;font-size:13px;text-transform:uppercase;font-weight:900;}
.vt-product-panel p{display:flex;gap:10px;margin:0 0 10px;color:#d5d5d5;font-size:12px;line-height:1.45;}
.vt-product-panel p:last-child{margin-bottom:0;}
.vt-offer-icon{color:#ffad32;flex:0 0 auto;}
.vt-delivery-check-row{display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid rgba(255,255,255,.20);}
.vt-delivery-check-row input{height:38px;min-width:0;border:0;background:transparent;color:#fff;outline:none;}
.vt-delivery-check-button{border:0;background:transparent;color:#ff4a50;text-transform:uppercase;font-size:12px;font-weight:700;cursor:pointer;}
.vt-delivery-success{color:#00f56a!important;margin-top:12px!important;}
.vt-product-description{padding:20px 0 0;border-top:1px solid rgba(255,255,255,.16);color:#c2c2c2;font-size:13px;line-height:1.65;}
.vt-product-description p{margin:0 0 10px;}
.vt-fbt-section{width:min(94%,1280px);margin:0 auto 76px;padding:26px 28px;border-radius:16px;}
.vt-fbt-section>h2{margin:0 0 22px;text-transform:uppercase;font-size:20px;letter-spacing:2.3px;font-weight:900;}
.vt-fbt-row{display:flex;align-items:center;justify-content:space-between;gap:30px;}
.vt-fbt-products{display:flex;align-items:center;gap:20px;min-width:0;}
.vt-fbt-card{display:flex;align-items:center;gap:12px;width:250px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(5,5,5,.46);}
.vt-fbt-card img{width:64px;height:80px;object-fit:cover;border-radius:5px;}
.vt-fbt-card div{min-width:0;display:flex;flex-direction:column;gap:6px;}
.vt-fbt-card small{text-transform:uppercase;font-size:10px;line-height:1.25;color:#d0d0d0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.vt-fbt-card strong{font-size:13px;}
.vt-fbt-plus{color:#ff3b40;font-size:24px;font-weight:900;}
.vt-fbt-action{min-width:250px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;}
.vt-fbt-total{font-size:14px;color:#ccc;}.vt-fbt-total strong{font-size:23px;color:#fff;}
.vt-fbt-button{display:flex;align-items:center;justify-content:center;min-width:240px;height:48px;border-radius:8px;background:#fff;color:#000;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:1px;}
.vt-mobile-product-bar{display:none;}

/* ========================================================================
   CART + CHECKOUT (WOOCOMMERCE BLOCKS)
   ===================================================================== */
body.woocommerce-cart .wp-site-blocks,
body.woocommerce-checkout .wp-site-blocks,
body.woocommerce-cart #MainContent,
body.woocommerce-checkout #MainContent{background:transparent!important;}
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout{width:min(94%,1180px)!important;max-width:1180px!important;margin:34px auto 70px!important;color:#fff;}
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;}
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__contact-fields,
body.woocommerce-checkout .wc-block-checkout__shipping-fields,
body.woocommerce-checkout .wc-block-checkout__billing-fields,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-checkout__order-notes,
body.woocommerce-checkout .wc-block-checkout__terms,
body.woocommerce-checkout .wc-block-checkout__sidebar{
    background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,0) 38%),rgba(var(--vt-checkout-rgb,9,9,9),var(--vt-checkout-alpha,.7))!important;
    -webkit-backdrop-filter:blur(var(--vt-checkout-blur,16px)) saturate(var(--vt-checkout-sat,144%));
    backdrop-filter:blur(var(--vt-checkout-blur,16px)) saturate(var(--vt-checkout-sat,144%));
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:16px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 55px rgba(0,0,0,.18);
}
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart__sidebar{background-color:rgba(var(--vt-cart-rgb,9,9,9),var(--vt-cart-alpha,.68))!important;-webkit-backdrop-filter:blur(var(--vt-cart-blur,15px));backdrop-filter:blur(var(--vt-cart-blur,15px));}
body.woocommerce-checkout .wc-block-checkout__main{max-width:720px;margin-left:auto!important;margin-right:auto!important;}
body.woocommerce-checkout .wc-block-checkout__contact-fields,
body.woocommerce-checkout .wc-block-checkout__shipping-fields,
body.woocommerce-checkout .wc-block-checkout__billing-fields,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-checkout__order-notes,
body.woocommerce-checkout .wc-block-checkout__terms{padding:24px!important;margin-bottom:18px!important;}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-address-form input,
body.woocommerce-checkout textarea{
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:10px!important;
    color:#fff!important;
    min-height:48px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label{color:#c9c9c9!important;}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .wc-block-cart__submit-button{min-height:54px!important;border-radius:10px!important;background:#fff!important;color:#000!important;text-transform:uppercase;font-weight:900!important;letter-spacing:.7px;text-decoration:none!important;}
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name{color:#fff!important;font-weight:800;}
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-checkout .wc-block-formatted-money-amount{color:#fff!important;}
body.woocommerce-cart .wc-block-components-quantity-selector{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18);border-radius:8px;}
body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector button{color:#fff!important;}

/* ========================================================================
   GENERIC PAGE FALLBACK
   ===================================================================== */
.vt-default-content{width:min(92%,var(--vt-page-width));min-height:55vh;margin:0 auto;padding:32px 0 70px;}
.vt-empty-content{text-align:center;color:#bbb;}
body.page #MainContent:not(.vt-home){color:#fff;}

/* ========================================================================
   MOBILE
   ===================================================================== */
@media(max-width:900px){
    .header-wrapper{width:96%;}
    .nav-item+.nav-item::before{margin:0 12px;}
    .nav-item>a{font-size:11px;letter-spacing:.8px;}
    .vt-shop-shell{width:98%;grid-template-columns:220px minmax(0,1fr);gap:16px;}
    .vt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .vt-product-layout{grid-template-columns:minmax(0,48%) minmax(0,52%);gap:22px;}
    .vt-product-gallery{grid-template-columns:62px minmax(0,1fr);gap:9px;}
    .vt-product-thumb{width:62px;}
    .vt-product-main-image{min-height:420px;}
    .vt-fbt-row{align-items:flex-start;flex-direction:column;}
    .vt-fbt-action{width:100%;align-items:flex-start;}
}

@media(max-width:768px){
    .site-header{position:sticky;top:0;z-index:9999;}
    body.admin-bar .site-header{top:46px;}
    .header-wrapper{width:100%;margin:0;border-radius:0;border-left:0;border-right:0;}
    .custom-header{min-height:68px;padding:7px 14px;border-radius:0;justify-content:center;}
    .header-logo{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center;}
    .header-logo img{height:52px;}
    .vt-text-logo{font-size:20px;}
    .vt-mobile-utilities{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;z-index:6;}
    .vt-header-icon-button{position:relative;width:36px;height:36px;display:grid;place-items:center;border:0;background:transparent;color:#fff;text-decoration:none;padding:0;}
    .vt-icon-search{width:16px;height:16px;border:2px solid #fff;border-radius:50%;position:relative;}
    .vt-icon-search::after{content:"";position:absolute;width:7px;height:2px;background:#fff;right:-5px;bottom:-3px;transform:rotate(45deg);transform-origin:left center;}
    .vt-icon-cart{width:18px;height:14px;border:2px solid #fff;border-top:0;transform:skew(-7deg);position:relative;}
    .vt-icon-cart::before{content:"";position:absolute;left:-5px;top:-6px;width:7px;height:7px;border-top:2px solid #fff;}
    .vt-icon-cart::after{content:"•  •";position:absolute;left:1px;top:8px;font-size:14px;letter-spacing:5px;white-space:nowrap;transform:skew(7deg);}
    .vt-cart-badge{position:absolute;right:-1px;top:0;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ff3438;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900;}
    .mobile-menu-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:5px;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;z-index:7;cursor:pointer;}
    .mobile-menu-toggle span{display:block;width:23px;height:2px;border-radius:3px;background:#fff;transition:.2s ease;}
    .mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
    .mobile-menu-toggle.is-open span:nth-child(2){opacity:0;}
    .mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
    .nav-container{display:none;position:absolute;top:calc(100% + 8px);left:10px;right:10px;width:auto;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(8,8,8,.90);-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%);box-shadow:0 22px 60px rgba(0,0,0,.35);}
    .nav-container.active{display:block;}
    .nav-links{display:flex;flex-direction:column;align-items:stretch;gap:0;}
    .nav-item{display:block;width:100%;}
    .nav-item+.nav-item::before{display:none;}
    .nav-item>a{width:100%;min-height:45px;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08);}
    .vt-desktop-cart-item{display:none;}
    .mega-menu{display:none!important;}
    .vt-mobile-search-drawer{display:block;position:absolute;top:calc(100% + 8px);left:10px;right:10px;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(8,8,8,.91);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 22px 55px rgba(0,0,0,.35);}
    .vt-mobile-search-drawer[hidden]{display:none;}
    .vt-mobile-search-drawer form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;}
    .vt-mobile-search-drawer input{min-width:0;height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:rgba(255,255,255,.05);color:#fff;outline:none;}
    .vt-mobile-search-drawer button{height:44px;padding:0 15px;border:0;border-radius:9px;background:#fff;color:#000;font-size:11px;font-weight:900;text-transform:uppercase;}

    .hero-banner-custom{min-height:430px;padding:65px 16px 22px;}
    .hero-content-custom{padding:18px 10px;}
    .hero-title-custom{font-size:clamp(35px,11vw,52px);margin-bottom:24px;}
    .shop-btn-custom{min-height:43px;padding:0 24px;font-size:11px;}
    .vt-home-section{padding:24px 0 48px;}
    .vt-home-section-inner{width:92%;}
    .vt-home-section-title{font-size:21px;margin-bottom:22px;}
    .vt-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px;}
    .vt-home-product-name{font-size:11px;min-height:0;margin-top:10px;}
    .vt-home-product-price{font-size:12px;}
    .vt-next-drop-title{font-size:31px;}

    .vt-footer-panel{padding:36px 24px 22px;border-radius:16px;}
    .vt-footer-grid{grid-template-columns:1fr;gap:30px;}
    .vt-footer-bottom{margin-top:35px;}
    .vt-newsletter-form{grid-template-columns:minmax(0,1fr) auto;}

    .vt-shop-page{padding:0 0 25px;}
    .vt-shop-shell{width:100%;height:auto;min-height:0;display:block;overflow:visible;}
    .vt-shop-sidebar{display:none;}
    .vt-shop-main{overflow:visible;}
    .vt-shop-toolbar{min-height:50px;padding:8px 12px;justify-content:flex-end;}
    .vt-desktop-shop-search{display:none;}
    .vt-sort-form{font-size:11px;}
    .vt-sort-form select{height:35px;font-size:11px;max-width:180px;}
    .vt-mobile-filter-form{display:block;position:sticky;top:68px;z-index:70;background:rgba(0,0,0,.46);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.09);}
    body.admin-bar .vt-mobile-filter-form{top:114px;}
    .vt-mobile-filter-pills{display:flex;gap:8px;overflow-x:auto;padding:0 12px;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}
    .vt-mobile-filter-pills::-webkit-scrollbar{display:none;}
    .vt-mobile-filter{flex:0 0 auto;}
    .vt-filter-pill{height:38px;padding:0 14px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(14,14,14,.78);color:#fff;font-size:11px;font-weight:800;white-space:nowrap;scroll-snap-align:start;}
    .vt-pill-count{min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#fff;color:#000;display:grid;place-items:center;font-size:9px;}
    .vt-mobile-filter-popover{position:fixed;z-index:10050;top:92px;left:12px;right:12px;max-height:calc(100vh - 110px);overflow:auto;padding:17px;border:1px solid rgba(255,255,255,.17);border-radius:16px;background:rgba(7,7,7,.94);-webkit-backdrop-filter:blur(24px) saturate(150%);backdrop-filter:blur(24px) saturate(150%);box-shadow:0 24px 70px rgba(0,0,0,.5);}
    body.admin-bar .vt-mobile-filter-popover{top:138px;}
    .vt-mobile-filter-popover[hidden]{display:none;}
    .vt-mobile-filter-popover-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;text-transform:uppercase;font-size:13px;}
    .vt-mobile-filter-close{width:35px;height:35px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:22px;}
    .vt-mobile-filter-options{display:grid;grid-template-columns:1fr 1fr;gap:13px 8px;}
    .vt-mobile-filter-options .vt-filter-option{font-size:13px;}
    .vt-mobile-apply-filter{width:100%;height:46px;margin-top:20px;border:0;border-radius:9px;background:#fff;color:#000;text-transform:uppercase;font-size:12px;font-weight:900;}
    .vt-products-scroll{overflow:visible;padding:8px 10px 45px;}
    .vt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 9px;}
    .vt-product-card{border-radius:9px;}
    .vt-product-card-info{padding:9px 8px 11px;}
    .vt-product-card-title{font-size:11px;line-height:1.25;min-height:29px;}
    .vt-current-price{font-size:12px;}.vt-regular-price,.vt-discount{font-size:10px;}
    .vt-offer-line{font-size:9px;}
    .vt-product-badge,.vt-fit-badge{top:6px;left:6px;font-size:7px;padding:4px 5px;}.vt-fit-badge{left:auto;right:6px;}
    .vt-rating-badge{left:6px;bottom:6px;font-size:8px;padding:4px 5px;}

    .vt-single-product-page{padding:10px 0 42px;}
    .vt-product-main{width:100%;margin:0 auto 45px;padding:0 12px;}
    .vt-product-layout{display:block;}
    .vt-product-gallery{display:flex;flex-direction:column;gap:10px;}
    .vt-product-main-image{order:1;min-height:0;width:100%;aspect-ratio:4/5;border-radius:10px;}
    .vt-product-main-image img{width:100%;height:100%;max-height:none;object-fit:contain;}
    .vt-product-thumbs{order:2;display:flex;flex-direction:row;gap:8px;max-height:none;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;}
    .vt-product-thumb{flex:0 0 64px;width:64px;}
    .vt-product-summary{margin-top:20px;padding:10px 2px;border-radius:12px;}
    .vt-product-brand{font-size:14px;letter-spacing:2px;margin-bottom:9px;}
    .vt-single-title{font-size:23px;line-height:1.15;}
    .vt-single-price{font-size:26px;margin-bottom:18px;}
    .vt-product-buy-row{grid-template-columns:minmax(0,1fr) 52px;gap:8px;}
    .vt-native-add-to-cart .single_add_to_cart_button,.vt-wishlist-button{min-height:52px!important;height:52px;}
    .vt-wishlist-button{width:52px;}
    .vt-product-panel{padding:17px 16px;}
    .vt-product-description{font-size:12px;}
    .vt-mobile-product-bar{position:sticky;bottom:10px;z-index:80;margin:20px -2px 0;padding:10px;display:grid;grid-template-columns:auto minmax(145px,1fr);gap:12px;align-items:center;border-radius:13px;}
    .vt-mobile-product-price{font-size:15px;font-weight:900;white-space:nowrap;}
    .vt-mobile-product-price del{display:none;}.vt-mobile-product-price ins{text-decoration:none;}
    .vt-mobile-add-to-bag{height:46px;border:0;border-radius:9px;background:#fff;color:#000;text-transform:uppercase;font-size:11px;font-weight:900;}
    .vt-fbt-section{width:calc(100% - 24px);margin:0 auto 45px;padding:20px 15px;}
    .vt-fbt-section>h2{font-size:16px;line-height:1.25;letter-spacing:1.3px;}
    .vt-fbt-products{width:100%;gap:8px;}
    .vt-fbt-card{min-width:0;flex:1;width:auto;padding:8px;gap:7px;}
    .vt-fbt-card img{width:45px;height:58px;}
    .vt-fbt-card small{font-size:8px;}.vt-fbt-card strong{font-size:10px;}
    .vt-fbt-plus{font-size:18px;}
    .vt-fbt-action{min-width:0;}
    .vt-fbt-button{width:100%;min-width:0;}

    body.woocommerce-cart .wp-block-woocommerce-cart,
    body.woocommerce-checkout .wp-block-woocommerce-checkout{width:calc(100% - 20px)!important;margin:16px auto 45px!important;}
    body.woocommerce-checkout .wc-block-components-sidebar-layout{display:block!important;}
    body.woocommerce-checkout .wc-block-checkout__main,
    body.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important;max-width:none!important;margin:0 auto 16px!important;}
    body.woocommerce-checkout .wc-block-checkout__contact-fields,
    body.woocommerce-checkout .wc-block-checkout__shipping-fields,
    body.woocommerce-checkout .wc-block-checkout__billing-fields,
    body.woocommerce-checkout .wc-block-checkout__payment-method,
    body.woocommerce-checkout .wc-block-checkout__order-notes,
    body.woocommerce-checkout .wc-block-checkout__terms{padding:17px!important;border-radius:13px!important;}
}

@media(max-width:480px){
    .vt-mobile-utilities{left:7px;gap:1px;}
    .vt-header-icon-button{width:31px;}
    .mobile-menu-toggle{right:8px;}
    .header-logo img{height:47px;}
    .vt-home-product-grid{grid-template-columns:1fr;gap:22px;}
    .vt-home-product-image img{aspect-ratio:4/5;}
    .vt-next-drop-grid{grid-template-columns:1fr;}
    .vt-newsletter-form{grid-template-columns:1fr;}
    .vt-newsletter-form button{width:100%;}
    .vt-mobile-filter-options{grid-template-columns:1fr;}
    .vt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .vt-product-main{padding:0 8px;}
    .vt-fbt-section{width:calc(100% - 16px);}
}

@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;}
}

@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
    .vt-glass-surface,
    .nav-container,
    .vt-mobile-search-drawer,
    .vt-mobile-filter-popover{background:rgba(8,8,8,.92)!important;}
}

/* Contact page */
.vt-contact-wrap{width:min(92%,820px);margin:34px auto 80px;padding:34px;border-radius:18px;}
.vt-contact-wrap h1,.vt-contact-wrap h2{text-align:center;text-transform:uppercase;margin:0 0 26px;}
.vt-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.vt-contact-field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;}
.vt-contact-field label{font-size:11px;text-transform:uppercase;font-weight:800;color:#d1d1d1;}
.vt-contact-field input,.vt-contact-field textarea{width:100%;padding:13px 14px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.055);color:#fff;outline:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);}
.vt-contact-submit{width:100%;height:50px;border:0;border-radius:10px;background:#fff;color:#000;text-transform:uppercase;font-weight:900;cursor:pointer;}
.vt-contact-status{text-align:center;font-weight:800;margin-bottom:18px;}
@media(max-width:600px){.vt-contact-wrap{width:calc(100% - 20px);padding:20px 14px;margin:18px auto 50px}.vt-contact-grid{grid-template-columns:1fr;gap:0}}

/* ========================================================================
   REFINEMENT PATCH — active nav, compact hero/footer, infinite shop,
   WooCommerce Blocks cart/coupon containment
   ===================================================================== */

/* Current-page indicator */
.nav-item.is-current > a,
.nav-item.current-menu-item > a,
.nav-item.current_page_item > a{
    color:var(--vt-red)!important;
}
.nav-item.is-current > a:hover,
.nav-item.current-menu-item > a:hover{color:#ff5d62!important;}

/* Compact homepage hero: uploaded transparent artwork replaces headline. */
.header-wrapper{margin-bottom:8px;}
.hero-banner-custom{
    min-height:330px;
    padding:18px 20px 18px;
    align-items:center;
}
.hero-content-custom{
    width:min(760px,92%);
    padding:8px 20px 12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
}
.vt-hero-artwork-slot{
    width:min(100%,700px);
    min-height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 12px;
}
.vt-hero-artwork-slot.has-artwork{min-height:0;}
.vt-hero-artwork{
    display:block;
    width:auto;
    max-width:100%;
    max-height:215px;
    object-fit:contain;
}
.shop-btn-custom{margin-top:0;}
.vt-featured-section{padding-top:8px;}
.vt-featured-section .vt-home-section-inner{padding-top:0;}

/* Infinite catalogue loader; traditional pagination is intentionally gone. */
.vt-infinite-loader{
    min-height:74px;
    padding:24px 10px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#aaa;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.55px;
}
.vt-infinite-spinner{
    width:17px;
    height:17px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.2);
    border-top-color:#fff;
    animation:vtInfiniteSpin .8s linear infinite;
}
.vt-infinite-loader.is-finished .vt-infinite-spinner{display:none;}
.vt-infinite-fallback{
    display:none;
    min-height:34px;
    padding:0 13px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:8px;
    background:#242424;
    color:#fff;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
}
@keyframes vtInfiniteSpin{to{transform:rotate(360deg)}}
@supports not (selector(:has(*))){.vt-infinite-fallback{display:inline-flex;align-items:center;}}

/* Single compact footer. No forced red text logo. */
.site-footer{
    position:relative;
    z-index:2;
    padding:10px 10px 12px;
}
.vt-footer-panel{
    width:min(calc(100% - 4px),1500px);
    margin:0 auto;
    padding:26px 28px 20px;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
    text-align:center;
}
.vt-footer-logo-slot{
    width:min(260px,70vw);
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px dashed rgba(255,255,255,.13);
    border-radius:12px;
    background:rgba(255,255,255,.02);
}
.vt-footer-logo-slot.has-logo{border-color:transparent;background:transparent;}
.vt-footer-logo-slot img{display:block;max-width:100%;max-height:72px;object-fit:contain;}
.vt-footer-nav{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:8px 20px;
}
.vt-footer-nav a{
    color:#c9c9c9;
    text-decoration:none;
    font-size:12px;
    line-height:1.4;
    font-weight:400;
    white-space:nowrap;
}
.vt-footer-nav a:hover{color:#fff;}
.vt-footer-tagline{
    width:100%;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.1);
    color:#aaa;
    font-size:10px;
    line-height:1.45;
    font-weight:500;
    letter-spacing:.55px;
}

/* WooCommerce Blocks cart containment and alignment. */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-components-totals-coupon{
    box-sizing:border-box!important;
    min-width:0!important;
    max-width:100%!important;
}
body.woocommerce-cart .wc-block-cart-items{
    width:100%!important;
    table-layout:fixed!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    overflow:hidden!important;
}
body.woocommerce-cart .wc-block-cart-items__header th{
    padding:16px 14px!important;
    text-align:left!important;
    color:#d4d4d4!important;
    font-size:12px!important;
    font-weight:700!important;
    box-sizing:border-box!important;
}
body.woocommerce-cart .wc-block-cart-items__header-image{width:112px!important;}
body.woocommerce-cart .wc-block-cart-items__header-total{text-align:right!important;padding-right:18px!important;}
body.woocommerce-cart .wc-block-cart-item__image{
    width:112px!important;
    padding:16px 8px 16px 14px!important;
    vertical-align:top!important;
}
body.woocommerce-cart .wc-block-cart-item__image img{
    width:88px!important;
    max-width:88px!important;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:8px;
    display:block;
}
body.woocommerce-cart .wc-block-cart-item__product{
    min-width:0!important;
    padding:16px 12px!important;
    vertical-align:top!important;
}
body.woocommerce-cart .wc-block-cart-item__total{
    width:128px!important;
    padding:16px 18px 16px 10px!important;
    text-align:right!important;
    vertical-align:top!important;
}
body.woocommerce-cart .wc-block-components-product-name{
    display:block!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.35!important;
}
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wc-block-components-totals-wrapper{
    overflow:hidden!important;
}
body.woocommerce-cart .wc-block-components-totals-item{
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    display:flex!important;
    justify-content:space-between!important;
    align-items:flex-start!important;
    gap:16px!important;
}
body.woocommerce-cart .wc-block-components-totals-item__label{
    min-width:0!important;
    flex:1 1 auto!important;
    overflow-wrap:anywhere!important;
}
body.woocommerce-cart .wc-block-components-totals-item__value{
    flex:0 0 auto!important;
    max-width:55%!important;
    text-align:right!important;
    overflow-wrap:anywhere!important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item{
    box-sizing:border-box!important;
    width:100%!important;
}

/* Muted dark coupon controls instead of bright white. */
body.woocommerce-cart .wc-block-components-totals-coupon{
    padding:14px!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.1)!important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
    align-items:center!important;
    width:100%!important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input,
body.woocommerce-cart .wc-block-components-totals-coupon__input .wc-block-components-text-input{
    min-width:0!important;
    margin:0!important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input input,
body.woocommerce-cart .wc-block-components-totals-coupon input[type="text"]{
    width:100%!important;
    min-width:0!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0 13px!important;
    border:1px solid rgba(255,255,255,.15)!important;
    border-radius:8px!important;
    background:#1b1b1b!important;
    color:#fff!important;
    line-height:44px!important;
    box-shadow:none!important;
}
body.woocommerce-cart .wc-block-components-totals-coupon input::placeholder{color:#888!important;opacity:1;}
body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-totals-coupon button{
    min-width:92px!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0 14px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:8px!important;
    background:#292929!important;
    color:#e9e9e9!important;
    font-size:11px!important;
    font-weight:800!important;
    line-height:1!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon button:hover{background:#353535!important;}

@media(max-width:720px){
    .header-wrapper{margin-bottom:4px;}
    .hero-banner-custom{min-height:255px;padding:8px 12px 12px;}
    .hero-content-custom{width:94%;padding:4px 8px 8px;}
    .vt-hero-artwork-slot{min-height:120px;margin-bottom:8px;}
    .vt-hero-artwork{max-height:150px;}
    .vt-featured-section{padding-top:4px;}

    .vt-footer-panel{padding:22px 14px 18px;gap:15px;border-radius:14px;}
    .vt-footer-logo-slot{min-height:46px;width:min(220px,76vw);}
    .vt-footer-nav{gap:7px 14px;}
    .vt-footer-nav a{font-size:11px;font-weight:400;}
    .vt-footer-tagline{font-size:9px;padding-top:14px;}

    body.woocommerce-cart .wc-block-cart-items__header{display:none!important;}
    body.woocommerce-cart .wc-block-cart-item__image{width:84px!important;padding:12px 5px 12px 10px!important;}
    body.woocommerce-cart .wc-block-cart-item__image img{width:68px!important;max-width:68px!important;}
    body.woocommerce-cart .wc-block-cart-item__product{padding:12px 6px!important;}
    body.woocommerce-cart .wc-block-cart-item__total{width:86px!important;padding:12px 10px 12px 4px!important;}
    body.woocommerce-cart .wc-block-components-totals-wrapper{padding-left:14px!important;padding-right:14px!important;}
    body.woocommerce-cart .wc-block-components-totals-coupon__form{grid-template-columns:minmax(0,1fr) 82px!important;}
    body.woocommerce-cart .wc-block-components-totals-coupon__button,
    body.woocommerce-cart .wc-block-components-totals-coupon button{min-width:82px!important;padding:0 8px!important;font-size:10px!important;}
}

@media(max-width:420px){
    body.woocommerce-cart .wc-block-cart-item__image{width:72px!important;}
    body.woocommerce-cart .wc-block-cart-item__image img{width:58px!important;max-width:58px!important;}
    body.woocommerce-cart .wc-block-cart-item__total{width:76px!important;font-size:11px!important;}
    body.woocommerce-cart .wc-block-components-totals-coupon{padding:10px!important;}
}

/* ========================================================================
   PRODUCTION PATCH V4 — FINAL 14-POINT CLEANUP
   ===================================================================== */

/* 1. Strong current-page indicator, including manual header renderer. */
.nav-item.is-current>a,
.nav-item.current-menu-item>a,
.nav-item.current_page_item>a{color:var(--vt-red)!important;}

/* 8. Ribbon is ~10% slimmer without changing its horizontal footprint. */
.header-wrapper{margin-top:18px;margin-bottom:7px;}
.custom-header{min-height:52px;padding-top:8px;padding-bottom:8px;}
.nav-item>a{min-height:34px;}
.vt-mini-bag{width:14px;height:14px;margin-left:6px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:-2px;}

/* 12. Slightly stronger desktop filter hierarchy. */
.vt-filter-heading{font-size:19px;}
.vt-filter-title{font-size:16px;margin-bottom:15px;}
.vt-filter-option{font-size:15px;gap:12px;}
.vt-check-ui{width:22px;height:22px;flex-basis:22px;}
.vt-filter-option input:checked+.vt-check-ui::after{left:7px;top:3px;}
.vt-filter-group{padding:18px 0 19px;}
body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_tag .woocommerce-pagination{display:none!important;}

/* 4/9. WooCommerce Blocks — larger images, cleaner metadata and no overflow. */
body.woocommerce-cart .wc-block-cart-items__header-image{width:138px!important;padding-left:22px!important;}
body.woocommerce-cart .wc-block-cart-item__image{width:138px!important;padding:18px 12px 18px 20px!important;}
body.woocommerce-cart .wc-block-cart-item__image img{width:108px!important;max-width:108px!important;height:135px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:10px!important;}
body.woocommerce-cart .wc-block-cart-item__product{padding:18px 18px 18px 4px!important;}
body.woocommerce-cart .wc-block-cart-item__total{padding-top:18px!important;padding-bottom:18px!important;}
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name{font-size:14px!important;line-height:1.35!important;}
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata{margin-top:8px!important;color:#bdbdbd!important;font-size:11px!important;line-height:1.55!important;}
body.woocommerce-cart .wc-block-components-product-details,
body.woocommerce-checkout .wc-block-components-product-details{margin:0!important;padding:0!important;}
body.woocommerce-cart .wc-block-components-product-details li,
body.woocommerce-checkout .wc-block-components-product-details li{margin:2px 0!important;overflow-wrap:anywhere!important;}
body.woocommerce-cart .wc-block-components-product-details li:last-child,
body.woocommerce-checkout .wc-block-components-product-details li:last-child{color:#d9d9d9!important;}
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper{overflow:hidden!important;overflow-wrap:anywhere!important;}
body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-totals-item{box-sizing:border-box!important;width:100%!important;max-width:100%!important;}
body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-item__value{white-space:normal!important;text-align:right!important;}

/* Checkout/order summary thumbnails. */
body.woocommerce-checkout .wc-block-components-order-summary-item{grid-template-columns:92px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;}
body.woocommerce-checkout .wc-block-components-order-summary-item__image{width:92px!important;min-width:92px!important;}
body.woocommerce-checkout .wc-block-components-order-summary-item__image>img{width:82px!important;height:102px!important;max-width:none!important;object-fit:cover!important;border-radius:9px!important;}
body.woocommerce-checkout .wc-block-components-order-summary-item__description{min-width:0!important;padding-right:4px!important;}

/* Coupon remains muted dark on cart and checkout. */
body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-totals-coupon{background:rgba(26,26,26,.78)!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:11px!important;box-shadow:none!important;}
body.woocommerce-cart .wc-block-components-totals-coupon input,
body.woocommerce-checkout .wc-block-components-totals-coupon input{background:#181818!important;color:#f2f2f2!important;border-color:rgba(255,255,255,.14)!important;}
body.woocommerce-cart .wc-block-components-totals-coupon button,
body.woocommerce-checkout .wc-block-components-totals-coupon button{background:#2a2a2a!important;color:#ededed!important;border:1px solid rgba(255,255,255,.14)!important;}

/* Footer stays compact and links never inherit bold menu styles. */
.vt-footer-panel{padding-top:22px;padding-bottom:18px;gap:15px;}
.vt-footer-nav a{font-weight:400!important;}
.vt-footer-tagline{font-weight:500!important;}

/* 10/11/13. Mobile header: hamburger left, exact-center logo, search + bag right. */
@media(max-width:768px){
    .site-header{position:sticky!important;top:0;z-index:9999;}
    body.admin-bar .site-header{top:46px;}
    .header-wrapper{width:100%;margin:0!important;border-radius:0;}
    .custom-header{min-height:61px;padding:6px 10px;border-radius:0;justify-content:center;}
    .header-logo{left:50%!important;right:auto!important;top:50%;transform:translate(-50%,-50%)!important;transform-origin:center!important;}
    .header-logo img{height:48px;max-width:145px;}
    .mobile-menu-toggle{left:9px!important;right:auto!important;width:38px;height:38px;}
    .vt-mobile-utilities{left:auto!important;right:8px!important;gap:4px;}
    .vt-header-icon-button{width:35px;height:35px;}
    .vt-icon-bag{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
    .vt-mobile-filter-form{top:61px;}
    body.admin-bar .vt-mobile-filter-form{top:107px;}
    .vt-mobile-filter-pills{scroll-snap-type:x proximity;overscroll-behavior-x:contain;touch-action:pan-x;}
    .vt-filter-pill{scroll-snap-align:start;}

    /* Larger cart/order-summary images without crushing details. */
    body.woocommerce-cart .wc-block-cart-item__image{width:92px!important;padding:12px 7px 12px 10px!important;}
    body.woocommerce-cart .wc-block-cart-item__image img{width:76px!important;max-width:76px!important;height:95px!important;}
    body.woocommerce-cart .wc-block-cart-item__product{padding:12px 7px!important;}
    body.woocommerce-cart .wc-block-cart-item__total{width:82px!important;padding:12px 8px 12px 3px!important;}
    body.woocommerce-checkout .wc-block-components-order-summary-item{grid-template-columns:76px minmax(0,1fr)!important;gap:10px!important;}
    body.woocommerce-checkout .wc-block-components-order-summary-item__image{width:76px!important;min-width:76px!important;}
    body.woocommerce-checkout .wc-block-components-order-summary-item__image>img{width:68px!important;height:85px!important;}
}

@media(max-width:480px){
    .mobile-menu-toggle{left:5px!important;}
    .vt-mobile-utilities{right:4px!important;gap:0;}
    .vt-header-icon-button{width:32px;}
    .header-logo img{height:45px;max-width:132px;}
    body.woocommerce-cart .wc-block-cart-item__image{width:84px!important;}
    body.woocommerce-cart .wc-block-cart-item__image img{width:68px!important;max-width:68px!important;height:85px!important;}
    body.woocommerce-cart .wc-block-cart-item__total{width:74px!important;font-size:11px!important;}
}

@media(max-width:768px){
    .vt-mobile-product-bar{
        position:fixed!important;
        left:10px!important;
        right:10px!important;
        bottom:max(10px,env(safe-area-inset-bottom))!important;
        width:auto!important;
        margin:0!important;
        z-index:10020!important;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transform:translateY(14px);
        transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
    }
    .vt-mobile-product-bar.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}
}

/* ========================================================================
   V5 — CART PRODUCT CARD IMAGE SCALE
   ======================================================================== */
@media (min-width: 769px) {
    body.woocommerce-cart .wc-block-cart-items__header-image {
        width: 180px !important;
        min-width: 180px !important;
        padding-left: 24px !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image {
        width: 180px !important;
        min-width: 180px !important;
        padding: 20px 14px 20px 22px !important;
        vertical-align: top !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image img {
        display: block !important;
        width: 148px !important;
        min-width: 148px !important;
        max-width: 148px !important;
        height: 188px !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 11px !important;
    }

    body.woocommerce-cart .wc-block-cart-item__product {
        padding: 22px 20px 22px 6px !important;
        vertical-align: top !important;
    }

    body.woocommerce-cart .wc-block-cart-item__total {
        padding: 22px 18px 22px 8px !important;
        vertical-align: top !important;
    }

    body.woocommerce-cart .wc-block-cart-items tr.wc-block-cart-items__row {
        min-height: 228px !important;
    }
}

@media (min-width: 769px) {
    body.woocommerce-checkout .wc-block-components-order-summary-item {
        grid-template-columns: 112px minmax(0,1fr) !important;
        gap: 16px !important;
    }
    body.woocommerce-checkout .wc-block-components-order-summary-item__image {
        width: 112px !important;
        min-width: 112px !important;
    }
    body.woocommerce-checkout .wc-block-components-order-summary-item__image > img {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: 126px !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 768px) {
    body.woocommerce-cart .wc-block-cart-item__image {
        width: 106px !important;
        min-width: 106px !important;
        padding: 13px 8px 13px 10px !important;
    }
    body.woocommerce-cart .wc-block-cart-item__image img {
        width: 88px !important;
        min-width: 88px !important;
        max-width: 88px !important;
        height: 112px !important;
        object-fit: cover !important;
        border-radius: 9px !important;
    }
    body.woocommerce-cart .wc-block-cart-item__product {
        padding: 13px 7px !important;
        min-width: 0 !important;
    }
    body.woocommerce-cart .wc-block-cart-item__total {
        width: 78px !important;
        padding: 13px 8px 13px 3px !important;
    }
}

@media (max-width: 480px) {
    body.woocommerce-cart .wc-block-cart-item__image {
        width: 96px !important;
        min-width: 96px !important;
    }
    body.woocommerce-cart .wc-block-cart-item__image img {
        width: 80px !important;
        min-width: 80px !important;
        max-width: 80px !important;
        height: 102px !important;
    }
    body.woocommerce-cart .wc-block-cart-item__total {
        width: 70px !important;
        font-size: 11px !important;
    }
}

/* ========================================================================

/* ========================================================================
   VEES SLIDES — MOBILE ONLY
   ===================================================================== */

/* Vees Slides must never be shown as a desktop feature. */
.vtsl-page{display:none!important;}

/* JS adds this class to the Vees Slides navigation item. Keep it off desktop. */
.vt-mobile-only-slides-nav{display:none!important;}

/* Extra CSS fallback for the usual page slugs, even before JS initializes. */
@media(min-width:769px){
    .nav-item:has(>a[href*="vees-slides"]),
    .nav-item:has(>a[href*="vee-s-slides"]),
    .nav-item:has(>a[href*="vees-slides"]){display:none!important;}
}

@media(max-width:768px){
    .vt-mobile-only-slides-nav{display:block!important;}

    .vtsl-page{
        --vtsl-yellow:#ffd330;
        --vtsl-line:rgba(255,255,255,.13);
        display:block!important;
        width:100%;
        min-height:100vh;
        padding:0 0 52px;
        color:#fff;
        background:transparent;
    }
    .vtsl-page *{box-sizing:border-box;}
    .vtsl-page button{font:inherit;}
    .vtsl-page [hidden]{display:none!important;}

    .vtsl-browser{
        width:100%;
        margin:0 auto;
        padding:0 14px 34px;
    }

    .vtsl-slides-header{
        min-height:238px;
        position:relative;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin:0 -14px 0;
        overflow:hidden;
        border-top:1px solid rgba(255,255,255,.05);
        border-bottom:1px solid rgba(255,255,255,.07);
        background:
          linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
          linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
          rgba(9,9,9,.46);
        background-size:42px 42px;
    }
    .vtsl-brandline{
        position:relative;
        z-index:2;
        color:#fff;
        font-size:14px;
        line-height:1;
        font-weight:900;
        letter-spacing:1.7px;
    }
    .vtsl-slides-title{
        position:relative;
        z-index:2;
        margin:8px 0 0;
        color:var(--vtsl-yellow);
        font-size:58px;
        line-height:.94;
        font-weight:900;
        letter-spacing:-1.8px;
    }
    .vtsl-spark{
        position:absolute;
        z-index:1;
        color:var(--vtsl-yellow);
        font-size:27px;
        line-height:1;
        pointer-events:none;
    }
    .vtsl-spark-one{left:28%;top:33%;}
    .vtsl-spark-two{right:27%;bottom:25%;color:#fff;font-size:22px;}

    .vtsl-tabs{
        position:relative;
        z-index:3;
        width:calc(100% - 48px);
        display:grid;
        grid-template-columns:1fr 1fr;
        margin:-36px auto 20px;
        padding:5px;
        border:1px solid var(--vtsl-line);
        border-radius:18px;
        background:rgba(12,12,12,.94);
        -webkit-backdrop-filter:blur(16px);
        backdrop-filter:blur(16px);
        box-shadow:0 15px 38px rgba(0,0,0,.28);
    }
    .vtsl-tab{
        min-height:62px;
        border:0;
        border-radius:13px;
        background:transparent;
        color:#737373;
        font-size:17px;
        font-weight:900;
        text-transform:uppercase;
        cursor:pointer;
        touch-action:manipulation;
    }
    .vtsl-tab.is-active{
        color:var(--vtsl-yellow)!important;
        background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    }

    .vtsl-catalogue-area{min-height:240px;}
    .vtsl-catalog-grid{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }
    .vtsl-catalog-card{
        position:relative;
        width:100%;
        aspect-ratio:3/4;
        padding:0;
        overflow:hidden;
        border:1px solid rgba(255,255,255,.10);
        border-radius:14px;
        background:#111;
        color:#fff;
        text-align:left;
        cursor:pointer;
        touch-action:manipulation;
        box-shadow:0 14px 34px rgba(0,0,0,.22);
    }
    .vtsl-catalog-card img{
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .vtsl-catalog-shade{
        position:absolute;
        inset:0;
        background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.15) 44%,transparent 70%);
    }
    .vtsl-catalog-title{
        position:absolute;
        z-index:2;
        left:13px;
        right:39px;
        bottom:15px;
        color:#fff;
        font-size:18px;
        line-height:1.08;
        font-weight:800;
    }
    .vtsl-catalog-arrow{
        position:absolute;
        z-index:2;
        right:11px;
        bottom:10px;
        color:var(--vtsl-yellow);
        font-size:29px;
        line-height:1;
    }

    .vtsl-products-panel{animation:vtslFadeIn .18s ease;}
    .vtsl-products-head{
        display:flex;
        align-items:center;
        gap:12px;
        margin:2px 0 12px;
    }
    .vtsl-products-head>div{min-width:0;}
    .vtsl-products-head span{
        display:block;
        color:#8e8e8e;
        text-transform:uppercase;
        font-size:9px;
        line-height:1.1;
        font-weight:800;
        letter-spacing:1px;
    }
    .vtsl-products-head h2{
        margin:3px 0 0;
        color:#fff;
        font-size:18px;
        line-height:1.15;
        font-weight:800;
    }
    .vtsl-products-back,
    .vtsl-stage-back{
        flex:0 0 auto;
        width:40px;
        height:40px;
        display:grid;
        place-items:center;
        padding:0;
        border:1px solid rgba(255,255,255,.20);
        border-radius:10px;
        background:rgba(8,8,8,.58);
        color:#fff;
        font-size:22px;
        line-height:1;
        cursor:pointer;
        touch-action:manipulation;
        -webkit-backdrop-filter:blur(12px);
        backdrop-filter:blur(12px);
    }

    /* Four columns = approximately eight thumbnails in two rows on a phone. */
    .vtsl-product-thumb-grid{
        display:grid;
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:8px;
    }
    .vtsl-product-thumb{
        min-width:0;
        padding:0;
        overflow:hidden;
        border:1px solid rgba(255,255,255,.10);
        border-radius:9px;
        background:#111;
        color:#fff;
        text-align:left;
        cursor:pointer;
        touch-action:manipulation;
    }
    .vtsl-product-thumb.is-active{border-color:var(--vtsl-yellow);box-shadow:0 0 0 1px rgba(255,211,48,.35);}
    .vtsl-product-thumb-image{
        display:block;
        width:100%;
        aspect-ratio:4/5;
        overflow:hidden;
        background:#191919;
    }
    .vtsl-product-thumb-image img{display:block;width:100%;height:100%;object-fit:cover;}
    .vtsl-product-thumb-name{
        min-height:28px;
        padding:5px 5px 6px;
        overflow:hidden;
        color:#e8e8e8;
        font-size:8px;
        line-height:1.2;
        font-weight:700;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }

    .vtsl-empty{
        padding:26px 18px;
        border:1px solid var(--vtsl-line);
        border-radius:14px;
        background:rgba(10,10,10,.68);
        color:#aaa;
        text-align:center;
        font-size:12px;
        line-height:1.55;
    }

    /* Product slideshow: inserted above the browser and scrolled into view after a tap. */
    .vtsl-stage{
        display:block;
        width:100%;
        margin:0 0 14px;
        padding:0;
        scroll-margin-top:72px;
        animation:vtslFadeIn .18s ease;
    }
    .vtsl-stage[hidden]{display:none!important;}
    .vtsl-stage-shell{
        position:relative;
        overflow:hidden;
        background:#090909;
        border-top:1px solid rgba(255,255,255,.10);
        border-bottom:1px solid rgba(255,255,255,.10);
        box-shadow:0 24px 60px rgba(0,0,0,.34);
    }
    .vtsl-stage-media{
        position:relative;
        width:100%;
        height:min(70svh,660px);
        min-height:430px;
        overflow:hidden;
        touch-action:pan-y;
        background:#0a0a0a;
    }
    .vtsl-stage-image{
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        user-select:none;
        -webkit-user-drag:none;
        opacity:1;
        transition:opacity .15s ease;
    }
    .vtsl-stage-image.is-changing{opacity:.34;}
    .vtsl-stage-back{
        position:absolute;
        z-index:8;
        top:13px;
        left:13px;
        background:rgba(0,0,0,.42);
    }
    .vtsl-stage-nav{
        position:absolute;
        z-index:6;
        top:50%;
        width:34px;
        height:48px;
        transform:translateY(-50%);
        border:0;
        background:rgba(0,0,0,.24);
        color:#fff;
        font-size:28px;
        line-height:1;
        opacity:.42;
    }
    .vtsl-stage-prev{left:0;border-radius:0 10px 10px 0;}
    .vtsl-stage-next{right:0;border-radius:10px 0 0 10px;}
    .vtsl-stage-dots{
        position:absolute;
        z-index:7;
        left:50%;
        bottom:12px;
        transform:translateX(-50%);
        display:flex;
        align-items:center;
        gap:6px;
        padding:5px 8px;
        border-radius:99px;
        background:rgba(0,0,0,.30);
    }
    .vtsl-stage-dot{
        width:6px;
        height:6px;
        padding:0;
        border:0;
        border-radius:50%;
        background:rgba(255,255,255,.38);
    }
    .vtsl-stage-dot.is-active{width:8px;height:8px;background:#fff;}
    .vtsl-stage-bottom{
        display:grid;
        grid-template-columns:1fr;
        gap:11px;
        padding:14px 14px calc(14px + env(safe-area-inset-bottom));
        background:linear-gradient(180deg,#0c0c0c,#050505);
    }
    .vtsl-stage-copy{min-width:0;}
    .vtsl-stage-title{
        margin:0 0 7px;
        overflow:hidden;
        color:#fff;
        font-size:15px;
        line-height:1.2;
        font-weight:800;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .vtsl-stage-price{color:#fff;font-size:23px;font-weight:900;}
    .vtsl-stage-price del{color:#777;font-size:12px;margin-right:6px;font-weight:500;}
    .vtsl-stage-price ins{text-decoration:none;}
    .vtsl-stage-buy{
        width:100%;
        min-height:53px;
        border:0;
        border-radius:10px;
        background:var(--vtsl-yellow);
        color:#151515;
        text-transform:uppercase;
        font-size:12px;
        font-weight:900;
        letter-spacing:.45px;
        cursor:pointer;
    }
    .vtsl-stage-buy:disabled{opacity:.55;cursor:wait;}
}

@media(max-width:390px){
    .vtsl-browser{padding-left:10px;padding-right:10px;}
    .vtsl-slides-header{margin-left:-10px;margin-right:-10px;}
    .vtsl-tabs{width:calc(100% - 30px);}
    .vtsl-catalog-grid{gap:9px;}
    .vtsl-product-thumb-grid{gap:6px;}
    .vtsl-product-thumb-name{font-size:7.5px;}
    .vtsl-stage-media{min-height:400px;}
}

@keyframes vtslFadeIn{from{opacity:.28;transform:translateY(4px)}to{opacity:1;transform:none}}

/* ========================================================================
   VEES TEES / VEES STUDIO — VERSION 8 SITEWIDE PRODUCTION OVERRIDES
   ===================================================================== */
html{scroll-behavior:smooth;background:#000;}
body{background:transparent!important;background-image:none!important;background-attachment:scroll!important;}
body::before{content:none!important;display:none!important;}
.vt-fixed-background-layer,
.vt-hero-background-layer{
    position:fixed;top:0;left:0;width:100%;height:100svh;min-height:100vh;
    z-index:-1;pointer-events:none;
    background-image:var(--vt-site-bg-image,none);
    background-repeat:no-repeat;background-position:center center;background-size:cover;
    opacity:var(--vt-site-bg-opacity,.6);transform:none!important;will-change:auto!important;
}
@supports not (height:100svh){.vt-fixed-background-layer,.vt-hero-background-layer{height:100vh;}}

/* Header utility icons replace My Account / Cart text links. */
.custom-header{gap:10px;}
.nav-container{flex:1;min-width:0;}
.vt-desktop-header-actions{display:flex;align-items:center;gap:7px;margin-left:16px;position:relative;z-index:7;}
.vt-desktop-header-actions .vt-header-icon-button,
.vt-mobile-utilities .vt-header-icon-button{
    position:relative;display:grid;place-items:center;width:40px;height:40px;min-width:40px;
    padding:0;border:1px solid rgba(255,255,255,.10);border-radius:50%;background:rgba(18,18,18,.25);
    color:#fff;text-decoration:none;-webkit-tap-highlight-color:transparent;
}
.vt-icon-user,.vt-icon-bag{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.vt-cart-badge{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#ff3438;color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center;}
@media(min-width:769px) and (max-width:1100px){
    .header-logo{left:18px;transform:translateY(-50%) scale(1)!important;}
    .header-logo img{height:56px;}
    .nav-container{padding-left:145px;}
    .nav-item+.nav-item::before{margin:0 10px;}
    .nav-item>a{font-size:10.5px;letter-spacing:.55px;}
    .vt-desktop-header-actions{margin-left:8px;gap:4px;}
    .vt-desktop-header-actions .vt-header-icon-button{width:36px;height:36px;min-width:36px;}
}
@media(max-width:768px){
    .vt-desktop-header-actions{display:none!important;}
    .vt-mobile-utilities{display:flex!important;}
    .vt-mobile-utilities .vt-header-icon-button{border:0;background:transparent;min-width:32px;}
}

/* Footer is deliberately narrower so it never creates horizontal overflow. */
.site-footer{width:100%;max-width:1320px;margin:0 auto;padding-left:10px;padding-right:10px;overflow:hidden;}
.vt-footer-panel{width:100%!important;max-width:1280px!important;margin:0 auto!important;}

/* Empty-cart / block-cart thumbnails: always show the whole garment. */
.cart-item-card img,
body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image>img{
    object-fit:contain!important;object-position:center!important;background:rgba(8,8,8,.45)!important;
}
.cart-item-card img{aspect-ratio:3/4!important;height:auto!important;}

/* Streetwear archive: no desktop sidebar; grid owns the whole container. */
.vt-shop-shell--no-sidebar{grid-template-columns:minmax(0,1fr)!important;gap:0!important;}
.vt-shop-shell--no-sidebar .vt-shop-main{width:100%;}
.vt-shop-shell--no-sidebar .vt-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
@media(max-width:1100px){.vt-shop-shell--no-sidebar .vt-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:768px){.vt-shop-shell--no-sidebar .vt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}

/* Catalogue top tools use the same glass system as the rest of the site. */
.vt-shop-toolbar{
    padding:8px 10px 12px!important;border:1px solid rgba(255,255,255,.10);border-radius:14px;
    background:rgba(0,0,0,.40);-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);
}
.vt-shop-search input,.vt-sort-form select{
    background:rgba(0,0,0,.40)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:10px!important;
    -webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;
}
.vt-sort-form select{padding:0 32px 0 12px!important;}

/* Infinite pagination only exists while a real next page exists. */
.vt-infinite-loader[hidden]{display:none!important;}
.vt-infinite-loader.is-finished{display:none!important;}
.vt-infinite-loader.has-error .vt-infinite-spinner{display:none!important;}
.vt-infinite-loader.has-error .vt-infinite-fallback{display:inline-flex!important;}

/* Native swipe + clickable thumbnails for the single-product gallery. */
.vt-product-main-image{overflow:hidden!important;}
.vt-product-main-track{
    display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;scroll-behavior:smooth;
    overscroll-behavior-x:contain;overscroll-behavior-y:auto;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;
    /* V21: vertical gestures belong to the page; horizontal gallery changes are
       handled by the passive swipe logic in assets/vees-ui.js. */
    touch-action:pan-y pinch-zoom;
}
.vt-product-main-track::-webkit-scrollbar{display:none;}
.vt-product-main-slide{
    flex:0 0 100%;width:100%;height:100%;min-height:0;scroll-snap-align:start;scroll-snap-stop:always;
    display:flex;align-items:center;justify-content:center;touch-action:pan-y pinch-zoom;
}
.vt-product-main-slide img{display:block;width:100%;height:100%;max-height:650px;object-fit:contain;object-position:center;user-select:none;-webkit-user-drag:none;touch-action:pan-y pinch-zoom;}
.vt-product-thumb{touch-action:manipulation;}
@media(max-width:768px){
    .vt-product-main-track{aspect-ratio:4/5;}
    .vt-product-main-slide img{max-height:none;}
    .vt-product-thumbs{scroll-snap-type:x proximity;}
    .vt-product-thumb{scroll-snap-align:start;}
}

/* V8 homepage */
.vt-home-v8{overflow:visible!important;}
.vt-home-v8-section{width:min(96%,1380px);margin:24px auto 34px;padding:18px 16px;border-radius:18px;background:rgba(5,5,5,.16);}
.vt-home-v8-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px;}
.vt-home-v8-head span{display:block;color:#aaa;font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:3px;}
.vt-home-v8-head h2{margin:0;font-size:clamp(24px,3vw,38px);line-height:1;font-weight:950;letter-spacing:-.6px;text-transform:uppercase;}
.vt-explore-all{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(10,10,10,.42);font-size:11px;font-weight:900;text-transform:uppercase;white-space:nowrap;}
.vt-home-v8-slider{
    --vt-visible:4;--vt-gap:12px;display:grid;grid-auto-flow:column;
    grid-auto-columns:calc((100% - (var(--vt-visible) - 1)*var(--vt-gap))/var(--vt-visible));
    gap:var(--vt-gap);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;
    scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;
}
.vt-home-v8-slider::-webkit-scrollbar{display:none;}
.vt-home-v8-slider--best{--vt-visible:6;--vt-gap:10px;}
.vt-home-v8-card{min-width:0;scroll-snap-align:start;border:1px solid rgba(255,255,255,.12);border-radius:13px;overflow:hidden;background:rgba(12,12,12,.52);}
.vt-home-v8-image{display:block;width:100%;overflow:hidden;background:rgba(10,10,10,.4);}
.vt-home-v8-image img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;object-position:center;transition:transform .28s ease;}
.vt-home-v8-card:hover .vt-home-v8-image img{transform:scale(1.025);}
.vt-home-v8-name{display:block;padding:9px 9px 2px;font-size:12px;line-height:1.2;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.vt-home-v8-price{padding:4px 9px 10px;font-size:12px;font-weight:900;}
.vt-home-v8-card.is-compact .vt-home-v8-name,.vt-home-v8-card.is-compact .vt-home-v8-price{font-size:10px;padding-left:7px;padding-right:7px;}
.vt-cashback-ribbon{width:100%;margin:20px 0 30px;padding:14px 5vw;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;background:#fff;color:#060606;text-align:center;text-transform:uppercase;font-size:clamp(13px,2vw,19px);font-weight:900;letter-spacing:.5px;}
.vt-cashback-ribbon b{color:#d91e26;}
.vt-new-drop-banners{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;}
.vt-new-drop-banner{position:relative;display:block;min-width:0;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:#0b0b0b;}
.vt-new-drop-banner img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center;}
.vt-new-drop-banner span{position:absolute;left:8px;right:8px;bottom:8px;padding:7px 8px;border-radius:8px;background:rgba(0,0,0,.56);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media(min-width:769px) and (max-width:1100px){
    .vt-home-v8-slider{--vt-visible:3;}
    .vt-home-v8-slider--best{--vt-visible:5;}
    .vt-new-drop-banners{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:768px){
    .vt-home-v8-section{width:100%;margin:14px 0 22px;padding:14px 10px;border-radius:0;}
    .vt-home-v8-head{align-items:center;margin-bottom:10px;}
    .vt-home-v8-head h2{font-size:22px;}
    .vt-home-v8-head span{font-size:8px;}
    .vt-explore-all{min-height:34px;padding:0 12px;font-size:9px;}
    .vt-home-v8-slider{--vt-visible:4;--vt-gap:7px;}
    .vt-home-v8-slider--best{--vt-visible:4;--vt-gap:6px;}
    .vt-home-v8-name{font-size:8px;padding:6px 5px 1px;}
    .vt-home-v8-price{font-size:8px;padding:3px 5px 7px;white-space:nowrap;overflow:hidden;}
    .vt-home-v8-card.is-compact .vt-home-v8-name,.vt-home-v8-card.is-compact .vt-home-v8-price{font-size:7.5px;padding-left:4px;padding-right:4px;}
    .vt-cashback-ribbon{margin:10px 0 20px;padding:11px 12px;font-size:11px;gap:6px;}
    .vt-new-drop-banners{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:2px;scrollbar-width:none;}
    .vt-new-drop-banners::-webkit-scrollbar{display:none;}
    .vt-new-drop-banner{flex:0 0 72%;scroll-snap-align:start;}
}

/* ========================================================================
   VEES TEES — VERSION 9
   Homepage hero/sliders, wishlist, product badges/pricing and mobile buy bar
   ======================================================================== */

/* Homepage hero slideshow */
.vt-home-hero-v9{position:relative;width:min(100%,1440px);margin:0 auto 18px;overflow:hidden;background:#080808;aspect-ratio:7/5;border-bottom:1px solid rgba(255,255,255,.08)}
.vt-home-hero-v9-track{position:relative;width:100%;height:100%}
.vt-home-hero-v9-slide{position:absolute;inset:0;display:block;opacity:0;pointer-events:none;transition:opacity .65s ease;z-index:0}
.vt-home-hero-v9-slide.is-active{opacity:1;pointer-events:auto;z-index:1}
.vt-home-hero-v9-slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#080808}
.vt-home-hero-v9-dots{position:absolute;z-index:3;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:7px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.vt-home-hero-v9-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.38)}
.vt-home-hero-v9-dot.is-active{width:9px;height:9px;background:#fff}

/* Torn masking-tape promo */
.vt-cashback-tape-v9{position:relative;width:min(92%,980px);margin:22px auto 30px;padding:16px 52px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;background:#e4cf8e;color:#17130d;font-family:'Permanent Marker',cursive;font-size:clamp(18px,2.5vw,30px);line-height:1.08;text-align:center;transform:rotate(-2deg);box-shadow:0 9px 24px rgba(0,0,0,.22);clip-path:polygon(0 8%,2% 2%,4% 7%,6% 1%,8% 8%,10% 3%,12% 9%,14% 2%,16% 7%,18% 1%,20% 7%,22% 2%,24% 8%,26% 1%,28% 7%,30% 2%,32% 7%,34% 1%,36% 8%,38% 3%,40% 8%,42% 1%,44% 6%,46% 2%,48% 7%,50% 1%,52% 7%,54% 2%,56% 8%,58% 1%,60% 7%,62% 2%,64% 8%,66% 2%,68% 7%,70% 1%,72% 8%,74% 3%,76% 7%,78% 1%,80% 8%,82% 2%,84% 7%,86% 1%,88% 8%,90% 2%,92% 7%,94% 1%,96% 8%,98% 2%,100% 8%,100% 92%,98% 98%,96% 93%,94% 99%,92% 92%,90% 97%,88% 91%,86% 99%,84% 92%,82% 98%,80% 92%,78% 99%,76% 93%,74% 98%,72% 91%,70% 99%,68% 92%,66% 98%,64% 92%,62% 99%,60% 93%,58% 98%,56% 92%,54% 99%,52% 92%,50% 99%,48% 93%,46% 98%,44% 92%,42% 99%,40% 92%,38% 98%,36% 93%,34% 99%,32% 92%,30% 98%,28% 92%,26% 99%,24% 93%,22% 98%,20% 92%,18% 99%,16% 92%,14% 98%,12% 91%,10% 97%,8% 92%,6% 99%,4% 93%,2% 98%,0 92%)}
.vt-cashback-tape-v9 b{font:inherit;color:#9d1018}

/* V9 sliders */
.vt-home-v9{overflow:visible!important}
.vt-home-v9-section{width:min(96%,1380px);margin:22px auto 32px;padding:18px 16px;border-radius:18px;background:rgba(5,5,5,.16)}
.vt-home-v9-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
.vt-home-v9-head span{display:block;color:#aaa;font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:3px}
.vt-home-v9-head h2{margin:0;font-size:clamp(24px,3vw,38px);line-height:1;font-weight:950;letter-spacing:-.6px;text-transform:uppercase}
.vt-home-v9-slider{--vt-visible:4;--vt-gap:12px;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--vt-visible) - 1)*var(--vt-gap))/var(--vt-visible));gap:var(--vt-gap);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}
.vt-home-v9-slider::-webkit-scrollbar{display:none}
.vt-home-v9-slider--best{--vt-visible:6;--vt-gap:10px}
.vt-home-v9-card{min-width:0;scroll-snap-align:start;border:1px solid rgba(255,255,255,.12);border-radius:13px;overflow:hidden;background:rgba(12,12,12,.52)}
.vt-home-v9-image{display:block;width:100%;aspect-ratio:3/4;overflow:hidden;background:rgba(10,10,10,.4)}
.vt-home-v9-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .28s ease}
.vt-home-v9-card:hover .vt-home-v9-image img{transform:scale(1.02)}
.vt-home-v9-card-body{padding:7px 8px 9px}
.vt-home-v9-title-row,.vt-product-card-title-row{display:flex;align-items:center;gap:7px;min-width:0}
.vt-home-v9-name{flex:1;min-width:0;color:#fff;font-size:12px;line-height:1.2;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vt-home-v9-price{padding-top:5px;font-size:12px;font-weight:900}
.vt-home-v9-card.is-compact .vt-home-v9-name,.vt-home-v9-card.is-compact .vt-home-v9-price{font-size:10px}

/* Wishlist: header + cards + drawer */
.vt-header-wishlist{position:relative;border:0;cursor:pointer}
.vt-icon-heart{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform-origin:center}
.vt-header-wishlist .vt-icon-heart{animation:vt-heartbeat-72bpm .833333s ease-in-out infinite;color:#ff5a62}
@keyframes vt-heartbeat-72bpm{0%,42%,100%{transform:scale(1);color:#fff}12%{transform:scale(1.16);color:#ff3438}22%{transform:scale(1.04);color:#ff666b}}
@media(prefers-reduced-motion:reduce){.vt-header-wishlist .vt-icon-heart{animation:none;color:#ff5a62}}
.vt-wishlist-count{position:absolute;right:1px;top:1px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:9px;background:#ff3438;color:#fff;font-size:9px;font-weight:900;line-height:1}
.vt-card-wishlist,.vt-sticky-wishlist{display:grid;place-items:center;flex:0 0 auto;border:0;background:transparent;color:#fff;cursor:pointer;padding:0}
.vt-card-wishlist{width:30px;height:30px;margin-left:auto}
.vt-card-wishlist svg,.vt-sticky-wishlist svg,.vt-wishlist-button svg{display:block;width:22px;height:22px;aspect-ratio:1/1;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vt-card-wishlist[aria-pressed="true"],.vt-sticky-wishlist[aria-pressed="true"],.vt-wishlist-button[aria-pressed="true"]{color:#ff3438}
.vt-card-wishlist[aria-pressed="true"] svg,.vt-sticky-wishlist[aria-pressed="true"] svg,.vt-wishlist-button[aria-pressed="true"] svg{fill:#ff3438;stroke:#ff3438}
.vt-wishlist-button{display:grid;place-items:center;padding:0}
.vt-wishlist-button svg{width:26px;height:26px}
.vt-product-card-title-row .vt-product-card-title{flex:1;min-width:0}
.vt-wishlist-drawer{position:fixed;z-index:2147483000;inset:0}
.vt-wishlist-drawer[hidden]{display:none!important}
.vt-wishlist-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.55)}
.vt-wishlist-panel{position:absolute;z-index:2;top:0;right:0;width:min(420px,92vw);height:100%;padding:18px 16px calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;background:rgba(12,12,12,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-left:1px solid rgba(255,255,255,.13);box-shadow:-20px 0 55px rgba(0,0,0,.35);overflow:auto}
.vt-wishlist-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}
.vt-wishlist-panel-head strong{font-size:20px}.vt-wishlist-panel-head button{width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(255,255,255,.05);color:#fff;font-size:26px}
.vt-wishlist-items{display:grid;gap:10px;padding:14px 0;flex:1;align-content:start}
.vt-wishlist-item{display:grid;grid-template-columns:72px minmax(0,1fr) 34px;gap:10px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.035)}
.vt-wishlist-item img{display:block;width:72px;height:90px;object-fit:contain;background:#090909;border-radius:7px}.vt-wishlist-item a{font-size:12px;font-weight:850}.vt-wishlist-item button{width:34px;height:34px;border:0;background:transparent;color:#ff5a62;font-size:24px}.vt-wishlist-empty{padding:28px 10px;text-align:center;color:#aaa}.vt-wishlist-shop{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:9px;background:#ff3438;color:#fff;font-weight:900;text-transform:uppercase}

/* Product-page fit/rating badges */
/* V12: lock Fit + Rating badges to opposite bottom corners of the main product image. */
.vt-product-main-image{position:relative}
.vt-v9-gallery-badges{
    position:absolute;
    z-index:7;
    left:14px;
    right:14px;
    top:auto;
    bottom:14px;
    display:flex;
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:10px;
    pointer-events:none;
    opacity:1!important;
    transition:none;
}
.vt-v9-fit-pill,.vt-v9-rating-pill{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 14px;border-radius:50px;box-shadow:0 5px 18px rgba(0,0,0,.14);font-size:12px;font-weight:900;letter-spacing:.2px;white-space:nowrap;opacity:1!important}
.vt-v9-fit-pill{margin-right:auto;background:rgba(255,209,47,.94);color:#151515;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.vt-v9-rating-pill{margin-left:auto;background:rgba(255,255,255,.92);color:#1b1b1b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.vt-v9-rating-pill>span{color:#ffd12f;font-size:17px;line-height:1}.vt-v9-rating-pill b{font-weight:500;opacity:.45}
@media(max-width:768px){
    .vt-v9-gallery-badges{left:10px;right:10px;bottom:10px;gap:8px}
    .vt-v9-fit-pill,.vt-v9-rating-pill{min-height:34px;padding:0 11px;font-size:11px}
    .vt-v9-rating-pill>span{font-size:15px}
}
@media(max-width:390px){
    .vt-v9-gallery-badges{left:8px;right:8px;bottom:8px;gap:6px}
    .vt-v9-fit-pill,.vt-v9-rating-pill{min-height:31px;padding:0 9px;font-size:10px}
}

/* V9 sale price layout */
.vt-single-price-v9{margin:12px 0 16px}
.vt-v9-price-row{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.vt-v9-sale-price{font-size:clamp(25px,3vw,34px);font-weight:950;line-height:1;color:#fff}
.vt-v9-sale-price ins{text-decoration:none}.vt-v9-old-price{font-size:15px;font-weight:700;color:rgba(255,255,255,.48);text-decoration:line-through;text-decoration-thickness:1.5px}.vt-v9-off{font-size:17px;font-weight:900;color:#58d72f}

/* Sticky mobile product action bar */
.vt-mobile-product-bar-v9{display:none}
.vt-sticky-size{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;min-width:72px;height:52px;padding:5px 10px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(9,9,9,.48);color:#fff}
.vt-sticky-size span{font-size:8px;font-weight:800;letter-spacing:.7px;color:#aaa}.vt-sticky-size strong{font-size:11px;font-weight:950;white-space:nowrap;max-width:70px;overflow:hidden;text-overflow:ellipsis}
.vt-sticky-wishlist{width:52px;height:52px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(9,9,9,.48)}
.vt-sticky-wishlist svg{width:25px;height:25px}
.vt-size-attention{animation:vt-size-attention 1s ease 2!important;box-shadow:0 0 0 3px rgba(255,209,47,.35)!important;border-color:#ffd12f!important}
@keyframes vt-size-attention{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}

/* Reels wishlist aspect-ratio safety: applies when the Vees Slides plugin is active. */
.vsl8-side-action[data-vsl8-heart]{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;aspect-ratio:1/1!important;flex:0 0 44px!important;padding:0!important;border-radius:50%!important;line-height:1!important;transform:none!important}

@media(min-width:769px) and (max-width:1100px){
    .vt-home-v9-slider{--vt-visible:3}
    .vt-home-v9-slider--best{--vt-visible:5}
}

@media(max-width:768px){
    .vt-home-hero-v9{width:100%;height:50svh;min-height:320px;max-height:none;aspect-ratio:auto;margin-bottom:10px}
    @supports not (height:50svh){.vt-home-hero-v9{height:50vh}}
    .vt-home-hero-v9-slide img{object-fit:contain}
    .vt-home-v9-section{width:100%;margin:14px 0 22px;padding:14px 10px;border-radius:0}
    .vt-home-v9-head{align-items:center;margin-bottom:10px}.vt-home-v9-head h2{font-size:22px}.vt-home-v9-head span{font-size:8px}.vt-explore-all{min-height:34px;padding:0 12px;font-size:9px}
    .vt-home-v9-slider{--vt-gap:8px}
    .vt-home-v9-slider--newest,.vt-home-v9-slider--oversized{--vt-visible:1.5}
    .vt-home-v9-slider--featured,.vt-home-v9-slider--best{--vt-visible:2.5}
    .vt-home-v9-name{font-size:11px}.vt-home-v9-price{font-size:11px}.vt-home-v9-card.is-compact .vt-home-v9-name,.vt-home-v9-card.is-compact .vt-home-v9-price{font-size:10px}
    .vt-cashback-tape-v9{width:90%;margin:16px auto 24px;padding:14px 28px;font-size:18px;gap:8px;transform:rotate(-1.8deg)}
    .vt-card-wishlist{width:32px;height:32px}.vt-card-wishlist svg{width:21px;height:21px}
    .vt-v9-gallery-badges{left:10px;right:10px;top:auto;bottom:10px;gap:6px}.vt-v9-fit-pill,.vt-v9-rating-pill{min-height:34px;padding:0 12px;font-size:11px}.vt-v9-rating-pill>span{font-size:15px}
    .vt-product-social-proof{display:none}
    .vt-native-add-to-cart{margin-bottom:92px}
    .vt-mobile-product-bar-v9{position:fixed!important;z-index:2147481800!important;left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;width:auto!important;margin:0!important;padding:9px!important;display:grid!important;grid-template-columns:auto 52px minmax(150px,1fr)!important;gap:8px!important;align-items:center!important;border-radius:16px!important;background:rgba(8,8,8,.68)!important;backdrop-filter:blur(18px) saturate(145%)!important;-webkit-backdrop-filter:blur(18px) saturate(145%)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 10px 38px rgba(0,0,0,.42)!important}
    .vt-mobile-product-bar-v9 .vt-mobile-add-to-bag{height:52px!important;min-height:52px!important;border:0!important;border-radius:10px!important;background:#ffd12f!important;color:#171717!important;font-size:14px!important;font-weight:950!important;text-transform:uppercase!important}
    .vt-mobile-product-bar-v9 .vt-mobile-add-to-bag.is-added{background:#54d169!important;color:#081609!important}
    .vt-product-card-title-row{align-items:center}.vt-product-card-title-row .vt-card-wishlist{margin-left:auto}
}
@media(max-width:768px){
  .vt-single-product-page{padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}
}
@media(max-width:390px){
  .vt-mobile-utilities{right:2px!important;gap:0!important}
  .vt-mobile-utilities .vt-header-icon-button{width:29px!important;min-width:29px!important;height:34px!important}
  .vt-mobile-utilities .vt-icon-heart,.vt-mobile-utilities .vt-icon-user,.vt-mobile-utilities .vt-icon-bag{width:21px!important;height:21px!important}
}

/* ========================================================================
   VEES TEES — VERSION 10
   Single-product cart recovery, title wishlist placement and wishlist page
   ======================================================================== */
.vt-product-title-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:0 0 8px;
}
.vt-product-title-row .vt-single-title{
    flex:1 1 auto;
    min-width:0;
    margin:0;
}
.vt-title-wishlist{
    flex:0 0 52px;
    width:52px;
    height:52px;
    min-height:52px!important;
    border-radius:50%;
    display:grid!important;
    place-items:center;
    background:rgba(8,18,38,.52);
    border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
.vt-product-buy-row{
    display:block!important;
    grid-template-columns:1fr!important;
    width:100%;
}
.vt-native-add-to-cart{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    margin:0 0 24px!important;
    position:relative!important;
    z-index:2!important;
}
.vt-native-add-to-cart form.cart,
.vt-native-add-to-cart .woocommerce-variation-add-to-cart,
.vt-native-add-to-cart .woocommerce-variation-add-to-cart-enabled{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}
.vt-native-add-to-cart .single_add_to_cart_button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    visibility:visible!important;
    opacity:1;
    width:100%!important;
    min-height:56px!important;
    background:#ffd12f!important;
    color:#151515!important;
    border:0!important;
    border-radius:10px!important;
    font-size:14px!important;
    font-weight:950!important;
    letter-spacing:.55px!important;
    text-transform:uppercase!important;
}
.vt-native-add-to-cart .single_add_to_cart_button.disabled,
.vt-native-add-to-cart .single_add_to_cart_button:disabled{
    display:flex!important;
    opacity:.5!important;
}
.vt-native-add-to-cart .stock.out-of-stock{
    display:block;
    padding:14px;
    border-radius:10px;
    background:rgba(120,0,0,.22);
    color:#ffb3b3;
    font-weight:800;
}

/* Dedicated /wishlist/ page uses the same catalogue grid/card classes. */
.vt-wishlist-page{
    width:min(96%,1440px);
    margin:0 auto;
    padding:34px 16px 70px;
}
.vt-wishlist-page-head{
    margin:0 0 26px;
    padding:22px 20px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    background:rgba(8,13,22,.48);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}
.vt-wishlist-eyebrow{
    margin:0 0 5px;
    color:#ffd12f;
    font-size:10px;
    font-weight:900;
    letter-spacing:1.8px;
}
.vt-wishlist-page-head h1{margin:0 0 7px;font-size:clamp(28px,4vw,48px);line-height:1;font-weight:950}
.vt-wishlist-page-head p:last-child{margin:0;color:#bbb;font-size:13px}
.vt-wishlist-page-status{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    background:rgba(6,12,24,.38);
    color:#aaa;
    font-size:13px;
}
.vt-wishlist-page-status[hidden]{display:none!important}
.vt-wishlist-page-empty{padding:40px 20px;text-align:center;color:#aaa}

@media(max-width:768px){
    .vt-product-title-row{align-items:center;gap:10px;margin-bottom:8px}
    .vt-title-wishlist{flex-basis:46px;width:46px;height:46px;min-height:46px!important}
    .vt-title-wishlist svg{width:24px!important;height:24px!important}
    .vt-native-add-to-cart{margin-bottom:18px!important}

    /* V9 inherited an older hidden-until-visible rule. V10 intentionally keeps
       the sticky buy bar visible at all times on mobile product pages. */
    .vt-mobile-product-bar,
    .vt-mobile-product-bar-v9{
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
        transform:none!important;
    }
    .vt-mobile-product-bar-v9.is-visible{opacity:1!important;visibility:visible!important;transform:none!important}
    .vt-wishlist-page{width:100%;padding:18px 10px 55px}
    .vt-wishlist-page-head{padding:18px 14px;margin-bottom:14px;border-radius:12px}
    .vt-wishlist-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 9px!important}
}

/* V10 hero: one stable 7:5 banner canvas at every breakpoint. */
.vt-home-hero-v9{
    width:min(100%,1440px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:7/5!important;
}
.vt-home-hero-v9-slide img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
}
@media(max-width:768px){
    .vt-home-hero-v9{
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        aspect-ratio:7/5!important;
    }
}


/* ========================================================================
   VEES TEES V11 — MID PROMO, FBT, GLASS ENGINE, COMING SOON
   ===================================================================== */
/* V12: mid-page promo uses a true horizontal slide track (no cross-fade). */
.vt-home-v11-promo{position:relative;width:min(96%,1380px);margin:8px auto 30px;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#090909;aspect-ratio:16/7;box-shadow:0 18px 54px rgba(0,0,0,.20);touch-action:pan-y}
.vt-home-v11-promo-track{position:relative;display:flex;width:100%;height:100%;transform:translate3d(0,0,0);transition:transform .52s cubic-bezier(.22,.61,.36,1);will-change:transform}
.vt-home-v11-promo-track.is-no-transition{transition:none!important}
.vt-home-v11-promo-slide{position:relative;inset:auto;display:block;flex:0 0 100%;width:100%;height:100%;opacity:1;visibility:visible;pointer-events:auto}
.vt-home-v11-promo-slide[aria-hidden="true"]{pointer-events:none}
.vt-home-v11-promo-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;user-select:none;-webkit-user-drag:none}
.vt-home-v11-promo-dots{position:absolute;z-index:3;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.34);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.vt-home-v11-promo-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.38);cursor:pointer}
.vt-home-v11-promo-dots button.is-active{width:9px;height:9px;background:#fff}

.vt-fbt-section-v11{overflow:hidden}
.vt-fbt-heading-row{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.vt-fbt-heading-row span{display:block;color:#9da8b8;font-size:9px;font-weight:900;letter-spacing:1.2px;margin-bottom:4px}
.vt-fbt-heading-row h2{margin:0;font-size:22px;line-height:1.05;text-transform:uppercase;letter-spacing:1.4px}
.vt-fbt-v11-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.vt-fbt-v11-card{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);gap:11px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(var(--vt-fbt-rgb,12,17,27),var(--vt-fbt-alpha,.62))}
.vt-fbt-v11-image{display:block;width:82px;aspect-ratio:3/4;overflow:hidden;border-radius:8px;background:#090909}
.vt-fbt-v11-image img{display:block;width:100%;height:100%;object-fit:cover}
.vt-fbt-v11-copy{min-width:0;display:flex;flex-direction:column;gap:7px}
.vt-fbt-v11-name{font-size:11px;font-weight:850;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.vt-fbt-v11-price{font-size:12px;font-weight:900}
.vt-fbt-v11-cta{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;border-radius:8px;background:#fff;color:#050505!important;text-decoration:none;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.4px}
@media(max-width:980px){.vt-fbt-v11-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.vt-home-v11-promo{width:100%;margin:8px 0 22px;border-radius:0;aspect-ratio:7/5}.vt-fbt-v11-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,72vw);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3px;scrollbar-width:none}.vt-fbt-v11-grid::-webkit-scrollbar{display:none}.vt-fbt-v11-card{scroll-snap-align:start}.vt-fbt-heading-row h2{font-size:17px}}


/* ========================================================================
   VEES TEES V12 FINAL SAFETY OVERRIDES
   Ensures product badges remain bottom-aligned at every responsive breakpoint.
   ===================================================================== */
.vt-product-main-image > .vt-v9-gallery-badges{
    left:14px!important;
    right:14px!important;
    top:auto!important;
    bottom:14px!important;
}
@media(max-width:768px){
    .vt-product-main-image > .vt-v9-gallery-badges{left:10px!important;right:10px!important;top:auto!important;bottom:10px!important;}
}
@media(max-width:390px){
    .vt-product-main-image > .vt-v9-gallery-badges{left:8px!important;right:8px!important;top:auto!important;bottom:8px!important;}
}


/* ========================================================================
   VEES TEES — VERSION 13
   Mobile sticky cart reliability + single-button observer + About Us video
   ======================================================================== */
.vt-sticky-size-menu[hidden]{display:none!important}
@media(max-width:768px){
    .vt-mobile-product-bar-v9{
        overflow:visible!important;
        pointer-events:auto!important;
        transition:opacity .24s ease,visibility .24s ease,transform .30s cubic-bezier(.2,.75,.2,1)!important;
    }
    .vt-mobile-product-bar-v9.is-inline-visible{
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
        transform:translateY(-18px) scale(.985)!important;
    }
    .vt-sticky-size{position:relative;z-index:3;cursor:pointer;touch-action:manipulation}
    .vt-sticky-size-menu{
        position:absolute;
        z-index:2147481900;
        left:8px;
        bottom:calc(100% + 8px);
        width:min(330px,calc(100vw - 32px));
        padding:9px;
        display:flex;
        flex-wrap:wrap;
        gap:7px;
        border:1px solid rgba(255,255,255,.18);
        border-radius:14px;
        background:rgba(var(--vt-product_info-rgb,12,16,24),.90);
        backdrop-filter:blur(18px) saturate(150%);
        -webkit-backdrop-filter:blur(18px) saturate(150%);
        box-shadow:0 14px 42px rgba(0,0,0,.48);
    }
    .vt-sticky-size-option{
        min-width:48px;
        min-height:44px;
        padding:0 12px;
        border:1px solid rgba(255,255,255,.20);
        border-radius:10px;
        background:rgba(255,255,255,.07);
        color:#fff;
        font:inherit;
        font-size:11px;
        font-weight:900;
        cursor:pointer;
    }
    .vt-sticky-size-option.is-active{background:#ffd12f;color:#111;border-color:#ffd12f}
    .vt-sticky-size-option:disabled{opacity:.35;cursor:not-allowed}
    .vt-mobile-product-bar-v9.is-size-open .vt-sticky-size{border-color:#ffd12f!important;box-shadow:0 0 0 2px rgba(255,209,47,.18)!important}
}

/* About Us V13 */
.vt-about-v13{width:min(94%,1240px);margin:0 auto;padding:36px 0 76px;color:#fff}
.vt-about-v13-section{border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(var(--vt-page_panel-rgb,9,9,9),var(--vt-page_panel-alpha,.12));backdrop-filter:blur(var(--vt-page_panel-blur,12px));-webkit-backdrop-filter:blur(var(--vt-page_panel-blur,12px));overflow:hidden}
.vt-about-story{padding:clamp(24px,5vw,64px)}
.vt-about-kicker{margin:0 0 9px;color:#ffd12f;font-size:10px;font-weight:950;letter-spacing:2px;text-transform:uppercase}
.vt-about-story h1,.vt-about-process-copy h2{margin:0;font-size:clamp(34px,6vw,72px);line-height:.98;font-weight:950;letter-spacing:-1.4px}
.vt-about-story-content{max-width:850px;margin-top:22px;color:#d7d7d7;font-size:clamp(15px,1.6vw,19px);line-height:1.75}
.vt-about-story-content>*:first-child{margin-top:0}.vt-about-story-content>*:last-child{margin-bottom:0}
.vt-about-process{margin-top:24px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:0;align-items:stretch}
.vt-about-process-copy{padding:clamp(24px,4vw,54px);display:flex;flex-direction:column;justify-content:center}
.vt-about-process-copy h2{font-size:clamp(28px,4vw,52px)}
.vt-about-process-copy p:last-child{margin:18px 0 0;color:#c8c8c8;line-height:1.65}
.vt-about-process-media{min-height:520px;padding:18px;display:grid;place-items:center;background:rgba(0,0,0,.22)}
.vt-about-short-frame{width:min(100%,360px);aspect-ratio:9/16;overflow:hidden;border-radius:18px;background:#000;box-shadow:0 18px 55px rgba(0,0,0,.38)}
.vt-about-short-frame iframe{display:block;width:100%;height:100%;border:0}
.vt-about-mobile-play{display:none}
.vt-about-video-empty{padding:28px;border:1px dashed rgba(255,255,255,.18);border-radius:14px;color:#aaa;text-align:center}
.vt-about-video-overlay[hidden]{display:none!important}
.vt-about-video-overlay{position:fixed;z-index:2147483650;inset:0;display:grid;place-items:center;background:#000}
.vt-about-video-overlay-inner{position:relative;width:100%;height:100dvh;display:grid;place-items:center;background:#000}
.vt-about-video-overlay-frame{width:min(100vw,56.25dvh);height:min(100dvh,177.78vw);aspect-ratio:9/16;background:#000}
.vt-about-video-overlay-frame iframe{display:block;width:100%;height:100%;border:0}
.vt-about-video-back{position:absolute;z-index:3;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));min-width:84px;height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(0,0,0,.62);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
html.vt-about-video-lock,html.vt-about-video-lock body{overflow:hidden!important;overscroll-behavior:none!important}
@media(max-width:768px){
    .vt-about-v13{width:100%;padding:14px 10px 54px}
    .vt-about-v13-section{border-radius:15px}
    .vt-about-story{padding:24px 17px 28px}
    .vt-about-process{grid-template-columns:1fr;margin-top:12px}
    .vt-about-process-copy{padding:24px 17px 18px}
    .vt-about-process-media{min-height:0;padding:12px 12px 18px}
    .vt-about-short-frame{display:none}
    .vt-about-mobile-play{position:relative;display:block;width:min(100%,360px);aspect-ratio:9/16;padding:0;overflow:hidden;border:0;border-radius:18px;background:#111;box-shadow:0 16px 48px rgba(0,0,0,.42);cursor:pointer}
    .vt-about-mobile-play img{display:block;width:100%;height:100%;object-fit:cover}
    .vt-about-mobile-play::after{content:'▶';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:68px;height:68px;padding-left:5px;border-radius:50%;background:rgba(0,0,0,.66);border:1px solid rgba(255,255,255,.35);color:#fff;font-size:26px;box-shadow:0 8px 28px rgba(0,0,0,.38)}
}


/* ========================================================================
   V14 — SINGLE PRODUCT SIZE / COLOR VARIATION PILLS
   WooCommerce native selects remain functional and are only visually hidden
   after the enhanced picker has initialized successfully.
   ===================================================================== */
.vt-native-add-to-cart form.variations_form{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}
.vt-v14-variation-picker{
    width:100%;
    margin:0 0 16px;
    padding:15px 16px 14px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:14px;
    background:rgba(9,15,27,.64);
    box-shadow:0 14px 36px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter:blur(14px) saturate(135%);
    -webkit-backdrop-filter:blur(14px) saturate(135%);
}
.vt-v14-variation-group{
    min-width:0;
    margin:0;
    padding:0;
    border:0;
}
.vt-v14-variation-group+.vt-v14-variation-group{
    margin-top:16px;
    padding-top:15px;
    border-top:1px solid rgba(255,255,255,.08);
}
.vt-v14-variation-heading{
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    margin:0 0 9px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    color:#fff;
    font-size:11px;
    line-height:1.25;
    font-weight:950;
    letter-spacing:1.25px;
    text-transform:uppercase;
}
.vt-v14-variation-heading strong{
    min-width:0;
    color:#ffd12f;
    font-size:11px;
    font-weight:900;
    letter-spacing:.25px;
    text-transform:none;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.vt-v14-options{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    min-width:0;
}
.vt-v14-option{
    appearance:none;
    -webkit-appearance:none;
    min-width:46px;
    min-height:44px;
    margin:0;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    background:rgba(0,0,0,.44);
    color:#f5f5f5;
    box-shadow:none;
    font:inherit;
    font-size:12px;
    line-height:1;
    font-weight:850;
    letter-spacing:.25px;
    cursor:pointer;
    touch-action:manipulation;
    transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;
}
.vt-v14-option:hover:not(:disabled):not(.is-static),
.vt-v14-option:focus-visible:not(:disabled):not(.is-static){
    border-color:rgba(255,209,47,.8);
    outline:0;
    box-shadow:0 0 0 3px rgba(255,209,47,.12);
}
.vt-v14-option:active:not(:disabled):not(.is-static){transform:scale(.96)}
.vt-v14-option-size.is-active,
.vt-v14-option-option.is-active{
    border-color:#ffd12f;
    background:#ffd12f;
    color:#111;
    box-shadow:0 7px 20px rgba(255,209,47,.16);
}
.vt-v14-option-color{
    min-width:82px;
    justify-content:flex-start;
    padding:0 13px 0 10px;
}
.vt-v14-option-color.is-active{
    border-color:#ffd12f;
    background:rgba(255,209,47,.10);
    color:#fff;
    box-shadow:0 0 0 1px rgba(255,209,47,.35),0 7px 20px rgba(0,0,0,.22);
}
.vt-v14-color-dot{
    flex:0 0 19px;
    width:19px;
    height:19px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.42);
    background:var(--vt-v14-swatch,conic-gradient(from 45deg,#fff 0 25%,#555 0 50%,#111 0 75%,#aaa 0));
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);
}
.vt-v14-option-color[style*="#ffffff"] .vt-v14-color-dot,
.vt-v14-option-color[style*="#f4f0e8"] .vt-v14-color-dot,
.vt-v14-option-color[style*="#f2e6c9"] .vt-v14-color-dot{
    border-color:rgba(255,255,255,.8);
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.22);
}
.vt-v14-check{
    margin-left:auto;
    color:#ffd12f;
    font-size:12px;
    font-weight:950;
}
.vt-v14-check[hidden]{display:none!important}
.vt-v14-option:disabled,
.vt-v14-option.is-unavailable{
    opacity:.32;
    cursor:not-allowed;
    text-decoration:line-through;
    filter:saturate(.45);
}
.vt-v14-option.is-static{
    cursor:default;
    opacity:1;
    text-decoration:none;
}
.vt-v14-reset{
    margin:12px 0 0;
    padding:0;
    border:0;
    background:transparent;
    color:#9ca6b7;
    font-size:10px;
    font-weight:800;
    text-decoration:underline;
    text-underline-offset:3px;
    cursor:pointer;
}
.vt-v14-reset:hover,.vt-v14-reset:focus-visible{color:#fff;outline:0}
.vt-v14-option-help{
    min-height:0;
    margin:0;
    color:#ffcc63;
    font-size:11px;
    line-height:1.4;
}
.vt-v14-option-help:empty{display:none}

/* Hide only the native control surface after JS has linked the V14 buttons.
   The selects stay in the DOM so WooCommerce variation matching still owns
   availability, variation_id, price, stock and image changes. */
.vt-native-add-to-cart form.variations_form.vt-v14-swatches-ready table.variations{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
    border:0!important;
}
.vt-native-add-to-cart form.variations_form.vt-v14-swatches-ready .reset_variations{
    pointer-events:none!important;
}
.vt-v14-simple-color{margin-bottom:14px}

.vt-v14-attention{
    animation:vtV14OptionAttention .56s ease-in-out 0s 3 alternate;
}
@keyframes vtV14OptionAttention{
    from{box-shadow:0 14px 36px rgba(0,0,0,.22),0 0 0 0 rgba(255,209,47,0)}
    to{box-shadow:0 14px 36px rgba(0,0,0,.22),0 0 0 3px rgba(255,209,47,.36)}
}

@media(max-width:768px){
    .vt-v14-variation-picker{
        margin-bottom:13px;
        padding:13px 12px 12px;
        border-radius:13px;
    }
    .vt-v14-variation-group+.vt-v14-variation-group{
        margin-top:13px;
        padding-top:13px;
    }
    .vt-v14-options{gap:7px}
    .vt-v14-option{
        min-height:44px;
        min-width:48px;
        padding:0 13px;
        font-size:12px;
    }
    .vt-v14-option-color{min-width:86px}
}

@media(max-width:380px){
    .vt-v14-option{padding:0 11px;min-width:45px}
    .vt-v14-option-color{min-width:80px;padding-left:9px}
    .vt-v14-variation-heading{font-size:10px}
    .vt-v14-variation-heading strong{font-size:10px}
}
/* Intro Video Overlay */
.vt-intro-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vt-intro-overlay[hidden] {
    display: none !important;
}
.vt-intro-video-wrap {
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
/* जब वीडियो खत्म होगी, तो यह क्लास ज़ूम इफ़ेक्ट लाएगी */
.vt-intro-overlay.show-choices .vt-intro-video-wrap {
    transform: scale(1.3); 
    opacity: 0.35;
}
.vt-intro-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Men / Women Choices */
.vt-intro-choices {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    z-index: 2;
}
.vt-intro-logo {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.vt-intro-logo img {
    height: 60px;
    object-fit: contain;
}
.vt-choice-grid {
    display: flex;
    gap: 15px;
    width: min(90%, 380px);
}
.vt-choice-btn {
    flex: 1;
    padding: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}
.vt-choice-btn:hover {
    background: #fff;
    color: #000 !important;
    transform: translateY(-2px);
}