@font-face{font-family:BB;src:url('../fonts/inter.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:BB;src:url('https://boundlessbuy.store/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2') format('woff2');font-weight:700 900;font-display:swap}
:root{--orange:#df5d30;--black:#171717;--light:#f5f5f3}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;color:#242424;background:#fff;font-family:BB,Arial,sans-serif;font-size:15px;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%}
button,input{font:inherit}

.site-header{height:68px;background:#050505;color:#fff;border-bottom:1px solid #3f3f3f;position:relative;z-index:30}
.header-inner{height:100%;max-width:1760px;margin:auto;padding:0 4.2vw;display:flex;align-items:center;gap:36px}
.brand{font-size:20px;font-weight:750;letter-spacing:-.8px;white-space:nowrap}
.desktop-nav{display:flex;gap:31px;color:#d4d4d4;font-size:15px}
.desktop-nav a:hover{color:#fff}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:24px}
.header-actions a{position:relative;width:21px;height:21px}
.header-actions svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.header-actions b{position:absolute;right:-7px;top:-9px;font-size:9px;min-width:14px;height:14px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#000}
.currency{font-size:14px}
.mobile-menu{display:none}
.mobile-search{display:none}

.sale-bar{height:52px;background:#2a2a2a;color:#f1f1f1;display:flex;align-items:center;justify-content:center;gap:25px;font-size:16px;font-weight:600}
.sale-bar i{height:25px;width:1px;background:#8b8b8b}
.sale-bar a{border:1px solid #aaa;padding:6px 25px;font-size:13px;font-weight:500}

.hero{height:calc(100vh - 120px);min-height:590px;max-height:770px;position:relative;overflow:hidden}
.hero>img{width:100%;height:100%;object-fit:cover;object-position:center 52%;display:block}
.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 52%,rgba(0,0,0,.08))}
.hero-content{position:absolute;z-index:1;left:4%;right:4%;bottom:38px;text-align:center;display:grid;justify-items:center}
.hero-content p{font-size:23px;margin:22px 0 13px}
.hero-content h1{font-size:clamp(42px,4.4vw,67px);font-weight:400;line-height:1.03;margin:0 0 25px;letter-spacing:-2.4px}
.hero-content h1 span{display:inline}
.countdown{display:flex;align-items:center}
.countdown-red{gap:14px}
.countdown-red div{width:74px;height:74px;background:#de4d48;color:#fff;display:grid;place-content:center}
.countdown b{font-size:29px;line-height:1;font-weight:500;text-align:center}
.countdown small{display:block;font-size:12px;margin-top:6px;text-align:center}
.black-btn{display:inline-block;background:#222;color:#fff;padding:16px 52px;font-size:13px;font-weight:700;letter-spacing:.2px}

.category-cards{max-width:1280px;margin:auto;padding:60px 42px 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.category-card{position:relative;display:block;overflow:hidden;background:#eee;aspect-ratio:.82}
.category-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.category-card:hover img{transform:scale(1.025)}
.category-card span{position:absolute;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);padding:18px 15px;text-align:center;font-size:18px;font-weight:600}

.section{padding:62px 5.5vw 82px}
.section h2{font-size:32px;letter-spacing:-1px;text-align:center;font-weight:500;margin:0 0 38px}
.best-sellers{padding-top:28px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px;max-width:1480px;margin:auto}
.product-card{min-width:0;text-align:center}
.product-image{display:block;background:#f7f7f7;aspect-ratio:1;overflow:hidden;position:relative}
.product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .4s}
.product-card:hover img{transform:scale(1.035)}
.sale-pill{position:absolute;z-index:2;left:12px;top:12px;background:#d44138;color:#fff;border-radius:30px;padding:6px 10px;font-size:11px;font-weight:700;text-transform:lowercase}
.product-info{padding:15px 3px}
.product-info h3{font-size:15px;line-height:1.38;font-weight:500;margin:0 auto 8px;min-height:42px;max-width:300px}
.price{font-size:15px;color:var(--orange);font-weight:500}
.price del{color:#777;margin-right:7px;font-weight:400}
.price ins{text-decoration:none}
.outline-btn{border:1px solid #222;display:block;width:max-content;margin:40px auto 0;padding:13px 38px;font-size:12px;font-weight:700}

.hot-picks{background:#f3f3f1;padding-top:67px}
.hot-grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:28px}
.hot-card{min-width:0;background:#e9e9e7;position:relative;overflow:hidden}
.hot-card>a{display:block;position:relative;height:600px}
.hot-image,.hot-image img{width:100%;height:100%}
.hot-image img{display:block;object-fit:cover;object-position:center;background:#fff;transition:transform .45s}
.hot-card:hover img{transform:scale(1.025)}
.hot-card:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.68));pointer-events:none}
.hot-copy{position:absolute;z-index:2;left:0;right:0;bottom:39px;text-align:center;color:#fff}
.hot-copy h3{font-size:29px;font-weight:500;margin:0 0 8px}
.hot-price{font-size:18px;margin-bottom:19px}
.hot-price del{opacity:.72;margin-right:8px}.hot-price ins{text-decoration:none}
.hot-button{display:inline-block;background:#191919;padding:14px 36px;font-size:12px;font-weight:700}

.deal-section{min-height:590px;background:#252525;color:#fff;display:grid;grid-template-columns:55% 45%;overflow:hidden}
.deal-art{min-height:590px}
.deal-art img{width:100%;height:100%;display:block;object-fit:cover}
.deal-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:65px 8vw 65px 6vw}
.countdown-dark{gap:12px;margin-bottom:28px}
.countdown-dark em{font-size:28px;font-style:normal;color:#aaa;margin-top:-18px}
.countdown-dark b{font-size:31px}
.countdown-dark small{color:#c5c5c5}
.deal-copy h2{font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1.08;letter-spacing:-2px;margin:0 0 23px}
.deal-copy p{font-size:16px;line-height:1.7;color:#d0d0d0;max-width:560px;margin:0 0 30px}
.deal-button{border:1px solid #fff;padding:15px 35px;font-size:12px;font-weight:700}

.benefits{background:#dd612f;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:24px 5vw;gap:20px}
.benefits div{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid rgba(255,255,255,.32)}
.benefits div:last-child{border:0}
.benefits span{font-size:30px;line-height:1}
.benefits strong{font-size:13px;font-weight:650;line-height:1.28}
.benefits small{display:block;font-size:11px;font-weight:400;opacity:.86}

.reviews{padding-bottom:55px}
.review-slider{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;overflow:hidden}
.review-card{background:#f4f4f2;min-width:0}
.review-card>img{display:block;width:100%;height:320px;object-fit:cover}
.review-card>div{padding:20px 21px 24px}
.review-stars{color:#db5d31;letter-spacing:2px;font-size:13px}
.review-card p{font-size:14px;line-height:1.55;min-height:66px;margin:12px 0 17px}
.review-card strong{font-size:12px}
.review-arrows{display:flex;justify-content:center;gap:12px;margin-top:25px}
.review-arrows button{width:40px;height:40px;border:1px solid #bbb;border-radius:50%;background:#fff}
.social-strip{display:grid;grid-template-columns:repeat(4,1fr);height:280px;overflow:hidden}
.social-strip img{width:100%;height:100%;object-fit:cover}

.site-footer{background:#151515;color:#eee;padding:66px 6vw 26px}
.newsletter{display:flex;justify-content:space-between;gap:50px;padding-bottom:52px;border-bottom:1px solid #575757}
.newsletter h2{font-size:28px;font-weight:500;margin:0 0 10px}
.newsletter p{max-width:700px;color:#bbb;line-height:1.6}
.newsletter form{align-self:center;display:flex;border-bottom:1px solid #fff;min-width:340px}
.newsletter input{border:0;background:none;color:#fff;padding:12px 0;width:100%;outline:0}
.newsletter button{border:0;background:none;color:#fff;font-size:25px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:48px 0}
.footer-grid p{color:#aaa}.footer-grid h3{font-size:13px;letter-spacing:1px}
.footer-grid div:not(:first-child){display:grid;align-content:start;gap:13px;color:#bbb;font-size:14px}
.copyright{border-top:1px solid #575757;padding-top:24px;font-size:12px;color:#aaa}
.standard-footer{border-top:1px solid #ddd;padding:58px 30px 28px;background:#fff}.standard-footer-inner{max-width:1380px;margin:auto}.standard-footer h2{font-size:25px;font-weight:500;margin:0 0 8px}.standard-footer p{color:#666;margin:0 0 22px}.standard-footer form{display:flex;align-items:center;gap:10px;max-width:520px}.standard-footer input{flex:1;height:58px;border:1px solid #aaa;padding:14px}.standard-footer button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:50%;background:#171717;color:#fff;padding:0}.standard-footer-bottom{border-top:1px solid #ddd;margin-top:55px;padding-top:23px;display:flex;gap:22px;font-size:12px;color:#666}
.contact-page{max-width:675px;margin:74px auto 100px;padding:0 20px;text-align:center}.contact-page h1,.contact-page h2{font-size:48px;line-height:1.05;font-weight:400;letter-spacing:-1.8px}.contact-page h1{margin:0 0 72px}.contact-page h2{margin:0 0 22px}.contact-intro{font-size:14px;line-height:1.65}.contact-intro p{margin:0 0 18px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:45px;text-align:left}.contact-form label{display:grid;gap:7px;font-size:12px}.contact-form .wide{grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;border:1px solid #aaa;background:#fff;padding:14px;outline:0}.contact-form textarea{resize:vertical}.contact-form button{width:94px;height:54px;border:0;border-radius:14px;background:#171717;color:#fff;margin-top:8px}
.privacy-policy .content-page{max-width:574px}.privacy-policy .content-page h1{font-size:56px;line-height:1}.privacy-policy .content-page h2{font-size:48px;line-height:1;font-weight:400;letter-spacing:-1.5px}.privacy-policy .content-page p,.privacy-policy .content-page li{font-size:14px;line-height:1.6}

.shop-shell{max-width:1680px;margin:auto;padding:55px 5vw 90px}
.catalog-tools{display:flex;justify-content:space-between;align-items:center;border-block:1px solid #ddd;padding:15px 0;margin-bottom:28px;font-size:13px}
.catalog-filters,.catalog-view{display:flex;align-items:center;gap:24px}.catalog-filters button{border:0;background:none;padding:0}.catalog-view b{font-size:22px;font-weight:400}
.woocommerce-products-header{text-align:center;margin-bottom:40px}
.woocommerce-products-header h1,.content-page h1{font-size:45px;font-weight:400}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px!important;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;text-align:center}
.woocommerce ul.products li.product a img{background:#f7f7f7;margin:0 0 15px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;font-weight:500;line-height:1.4;min-height:48px}
.woocommerce ul.products li.product .price{color:var(--orange)!important;font-size:15px!important}
.woocommerce span.onsale{background:#d44138!important;min-height:auto!important;line-height:1!important;border-radius:25px!important;padding:8px 10px!important;font-size:11px!important}
.shop-shell.single-product{padding-top:42px}
.woocommerce div.product{max-width:1400px;margin:auto}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:48%}
.woocommerce div.product div.images.woocommerce-product-gallery{opacity:1!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;transform:none!important;width:auto!important;opacity:1!important}
.woocommerce div.product div.images .woocommerce-product-gallery__image{float:none!important;width:auto!important;margin:0!important}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;background:#f7f7f7;aspect-ratio:1}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;height:100%;object-fit:contain}
.woocommerce div.product div.images .flex-control-thumbs{display:none!important}
.woocommerce div.product div.summary{position:sticky;top:100px}
.woocommerce div.product .product_title{font-size:38px;font-weight:500;line-height:1.15}
.woocommerce div.product p.price{font-size:23px;color:var(--orange)}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:15px;line-height:1.7;color:#555}
.bb-option{display:grid;gap:8px;margin:24px 0 16px;font-size:14px}.bb-option select{width:100%;height:48px;padding:0 14px;border:1px solid #999;background:#fff;border-radius:0}
.bb-fast-pay{display:grid;gap:10px;margin-top:-2px}.bb-shop-pay{display:flex;align-items:center;justify-content:center;height:52px;border-radius:14px;background:#5a31f4;color:#fff;font-size:16px}.bb-shop-pay strong{font-size:22px;margin-left:5px}.bb-more-pay{text-align:center;text-decoration:underline;font-size:12px}.bb-product-points{font-size:14px;line-height:1.6;margin-top:26px}.bb-product-points ul{margin:0;padding-left:21px}.bb-product-points li{margin:0 0 9px}.bb-product-points li p{margin:0}
.bb-related-section,.bb-community,.bb-customer-say{clear:both;max-width:1200px;margin:0 auto;padding:64px 20px}.bb-related-section h2,.bb-community h2,.bb-customer-say h2{font-size:34px;line-height:1.12;font-weight:600;margin:0 0 30px}.bb-related-track{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.bb-community{text-align:center}.bb-social-stats{display:grid;grid-template-columns:repeat(2,1fr);max-width:430px;margin:0 auto 30px}.bb-social-stats>div{display:grid;justify-items:center}.bb-social-stats b{font-size:30px;font-weight:500}.bb-social-stats small{font-size:12px}.bb-social-stats span{width:72px;height:72px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:44px;margin:17px 0 8px}.bb-instagram{background:radial-gradient(circle at 68% 68%,#ffd25a 0 20%,#fb345f 42%,#9c2acb 70%,#4138c2)}.bb-tiktok{background:#050505;text-shadow:3px 0 #ee1d52,-3px 0 #69c9d0}.bb-social-stats em{font-size:14px;font-style:normal}.bb-community-grid,.bb-review-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.bb-community-grid img,.bb-review-gallery img{width:100%;height:390px;object-fit:cover}
.bb-customer-say{text-align:center}.bb-review-quote{max-width:700px;margin:28px auto 0;padding:32px;border:1px solid #555;border-radius:7px;box-shadow:0 2px 5px #bbb;text-align:left;font-size:14px}.bb-review-head,.bb-review-quote footer{display:flex;justify-content:space-between;gap:18px;align-items:center}.bb-review-head b{color:#f6a900;white-space:nowrap}.bb-review-quote footer span{color:#bcbcbc}.bb-review-dots{display:flex;justify-content:center;gap:7px;margin-top:25px}.bb-review-dots i{width:8px;height:8px;border-radius:50%;background:#bbb}.bb-review-dots i:first-child{background:#222}
.bb-sticky-buy{display:none}
.woocommerce button.button,.woocommerce a.button{background:#222!important;color:#fff!important;border-radius:0!important;padding:16px 28px}
.woocommerce div.product form.cart .button{min-width:240px;text-transform:uppercase}
.woocommerce div.product .woocommerce-tabs{padding-top:45px}
.content-page{max-width:980px;margin:80px auto;padding:0 24px;line-height:1.7}
.content-page h1{margin-bottom:25px}.woocommerce-cart-form,.cart-collaterals,.woocommerce-checkout{max-width:1100px;margin:auto}
.woocommerce .quantity .qty{padding:10px}.woocommerce table.shop_table,.woocommerce-checkout #payment{border-radius:0}
.woocommerce-message{border-top-color:#222}.woocommerce-message:before{color:#222}

@media(max-width:900px){
  .site-header{height:60px;width:100vw}.header-inner{width:100vw;max-width:100vw;padding:0 15px;gap:15px;position:relative}.brand{position:absolute;left:50%;transform:translateX(-50%);font-size:16px}
  .mobile-menu{display:block;border:0;background:none;color:#fff;font-size:0;padding:0;width:22px;height:18px;position:relative}
  .mobile-menu:before,.mobile-menu:after{content:'';position:absolute;left:0;width:21px;height:1px;background:#fff}.mobile-menu:before{top:4px}.mobile-menu:after{bottom:4px}
  .mobile-search{display:block;width:20px;height:20px}.mobile-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
  .desktop-nav,.currency{display:none!important}
  .nav-open .desktop-nav{display:grid!important;position:absolute;z-index:40;top:60px;left:0;right:0;background:#111;padding:22px;gap:20px;border-top:1px solid #444}
  .header-actions{display:flex!important;position:absolute;right:15px;top:20px;margin:0;gap:14px;min-width:56px}.header-actions a{display:block!important;width:20px;height:20px}.header-actions .desktop-search{display:none!important}
  .sale-bar{position:relative;width:100vw;height:66px;padding:10px 136px 10px 15px;gap:0;font-size:11px;text-align:left;line-height:1.25;justify-content:flex-start}
  .sale-bar>span{display:none}.sale-bar:before{content:'Back-to-School Sale Up To 35% OFF';font-weight:650}.sale-bar i{display:none}.sale-bar a{display:block;position:absolute;right:15px;top:20px;width:106px;padding:6px 7px;font-size:10px;text-align:center;white-space:nowrap}
  .hero{height:695px;min-height:695px;max-height:695px}
  .hero>img{object-position:61% center}.hero-content{left:12px;right:12px;bottom:30px}
  .countdown-red{gap:7px}.countdown-red div{width:56px;height:57px}.countdown b{font-size:22px}.countdown small{font-size:9px;margin-top:4px}
  .hero-content p{font-size:17px;margin:17px 0 8px}.hero-content h1{justify-self:stretch;width:100%;min-width:0;max-width:none;font-size:48px;line-height:1.28;letter-spacing:-2px;margin-bottom:19px;white-space:normal}.hero-content h1 span{display:block}
  .black-btn{width:100%;max-width:349px;padding:15px 20px;font-size:11px;text-align:center}
  .category-cards{padding:32px 15px 48px;display:grid;grid-template-columns:1fr;gap:32px;overflow:visible}
  .category-card{width:100%;aspect-ratio:349/432}
  .category-card span{font-size:15px;padding:15px 10px}
  .section{padding:42px 15px 54px}.section h2{font-size:27px;margin-bottom:24px}.best-sellers{padding-top:17px}
  .product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .product-info{padding-top:10px}.product-info h3{font-size:12px;min-height:50px;margin-bottom:6px}.price{font-size:13px}.sale-pill{left:7px;top:7px;font-size:9px;padding:5px 7px}
  .outline-btn{margin-top:26px;font-size:10px;padding:12px 31px}
  .hot-picks{padding-top:43px}.hot-grid{grid-template-columns:1fr;gap:20px}.hot-card>a{height:345px}.hot-copy{bottom:20px}.hot-copy h3{font-size:23px}.hot-price{font-size:15px}.hot-button{width:calc(100% - 64px);padding:14px 20px;font-size:10px}
  .deal-section{grid-template-columns:1fr;min-height:0}.deal-art{min-height:295px;height:295px}.deal-copy{padding:40px 23px 47px;align-items:center;text-align:center}
  .countdown-dark{gap:8px;margin-bottom:23px}.countdown-dark em{font-size:20px}.countdown-dark b{font-size:24px}
  .deal-copy h2{font-size:37px;letter-spacing:-1.5px}.deal-copy p{font-size:13px;line-height:1.65}.deal-button{font-size:10px;padding:13px 29px}
  .benefits{grid-template-columns:repeat(2,1fr);padding:21px 12px;gap:18px 8px}.benefits div{justify-content:flex-start;border:0}.benefits span{font-size:23px}.benefits strong{font-size:10px}.benefits small{font-size:9px}
  .review-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;scrollbar-width:none}.review-slider::-webkit-scrollbar{display:none}
  .review-card{min-width:82vw;scroll-snap-align:center}.review-card>img{height:330px}.review-card p{min-height:0}
  .social-strip{display:flex;overflow-x:auto;height:210px}.social-strip img{min-width:52vw}
  .site-footer{padding:44px 22px 20px}.newsletter{display:block;padding-bottom:33px}.newsletter h2{font-size:22px}.newsletter p{font-size:13px}
  .newsletter form{min-width:0;margin-top:24px}.footer-grid{grid-template-columns:1fr 1fr;padding:35px 0;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}
  .shop-shell{padding:32px 15px 60px}.shop-shell.single-product{padding:0 0 60px}.woocommerce-products-header h1,.content-page h1{font-size:32px}
  .catalog-page{padding-inline:0}.catalog-page .woocommerce-products-header{padding:0 15px}.catalog-tools{padding:13px 15px;margin-bottom:18px}.catalog-filters button:first-child{font-size:0}.catalog-filters button:first-child:after{content:'Filter';font-size:12px}.catalog-filters button:last-child,.catalog-view span:nth-child(2){display:none}.catalog-view{gap:14px}
  .woocommerce div.product div.images,.woocommerce div.product div.summary{float:none;width:100%;position:static}.woocommerce div.product div.images{margin:0 0 28px!important;position:relative;background:#fff}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper::-webkit-scrollbar{display:none}.woocommerce div.product div.images .woocommerce-product-gallery__image{min-width:100%!important;scroll-snap-align:center}.woocommerce div.product div.images .woocommerce-product-gallery__image a{aspect-ratio:1;background:#fff;display:grid;place-items:center}.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;height:100%;object-fit:contain}.bb-gallery-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:9px;z-index:4}.bb-gallery-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#c4c4c4}.bb-gallery-dots button.active{background:#111}.woocommerce div.product div.summary{padding:0 16px;margin:0!important}.woocommerce div.product .product_title{font-size:32px;line-height:1.1;font-weight:700;margin:0 0 18px;letter-spacing:-.8px}.woocommerce div.product p.price{font-size:27px;color:#111;margin-bottom:25px}.bb-option{margin:18px 0 22px}.bb-option select{height:53px;border-radius:3px}.woocommerce div.product form.cart{display:block;margin-bottom:12px}.woocommerce div.product form.cart .quantity{display:none}.woocommerce div.product form.cart .button{display:block;width:100%;height:52px;border-radius:14px!important}.woocommerce div.product .product_meta{display:none}.bb-fast-pay{margin-bottom:0}.bb-product-points{margin:28px 0 0;font-size:14px;line-height:1.55}.bb-product-points li{margin-bottom:10px}
  .bb-related-section,.bb-community,.bb-customer-say{padding:60px 16px;overflow:hidden}.bb-related-section h2{font-size:25px;margin-bottom:24px}.bb-related-track{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 12px}.bb-related-track .product-card{min-width:0}.bb-related-track .product-info h3{font-size:12px;min-height:0}.bb-related-track .product-image{aspect-ratio:1;background:#f7f7f7}
  .bb-community{padding-top:72px;text-align:center}.bb-community h2,.bb-customer-say h2{font-size:36px;line-height:1.35;font-weight:400;letter-spacing:-1px;margin-bottom:33px}.bb-social-stats{margin-bottom:30px}.bb-social-stats b{font-size:27px}.bb-social-stats small{font-size:11px}.bb-social-stats span{width:70px;height:70px}.bb-social-stats em{font-size:13px}.bb-community-grid,.bb-review-gallery{gap:7px}.bb-community-grid img{height:245px}.bb-review-gallery img{height:235px}
  .bb-customer-say{padding-top:70px}.bb-review-quote{margin-top:27px;padding:31px 29px;min-height:245px}.bb-review-head{align-items:flex-start}.bb-review-head span{max-width:185px}.bb-review-head b{font-size:13px}.bb-review-quote p{margin:31px 0}.bb-review-quote footer{font-size:12px}.bb-review-dots{margin-top:26px}
  .bb-sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:80;height:78px;background:#fff;border-top:1px solid #ddd;padding:9px 12px;display:flex;align-items:center;gap:10px;transform:translateY(105%);transition:transform .25s;box-shadow:0 -4px 18px rgba(0,0,0,.1)}.bb-sticky-buy.visible{transform:translateY(0)}.bb-sticky-thumb{width:56px;height:56px;background:#f5f5f5}.bb-sticky-thumb img{width:100%;height:100%;object-fit:contain}.bb-sticky-copy{min-width:0;display:grid;flex:1;text-align:left}.bb-sticky-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bb-sticky-copy small{font-size:10px;color:#777}.bb-sticky-copy span{font-size:12px}.bb-sticky-buy button{width:52px;height:52px;border:0;border-radius:13px;background:#111;color:#fff;font-size:22px}.bb-sticky-buy button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
  .content-page{margin:40px auto;padding:0 18px}.woocommerce table.shop_table{font-size:12px}
  .standard-footer{padding:42px 20px 24px}.standard-footer form{display:flex;gap:10px}.standard-footer button{height:42px}.standard-footer-bottom{display:grid;gap:8px;margin-top:42px}
  .contact-page{margin:48px auto 70px}.contact-page h1,.contact-page h2{font-size:40px}.contact-page h1{margin-bottom:52px}.contact-form{grid-template-columns:1fr}.contact-form .wide{grid-column:auto}
  .privacy-policy .content-page{padding:0 20px}.privacy-policy .content-page h1{font-size:48px}.privacy-policy .content-page h2{font-size:36px}
}

@media(min-width:901px) and (max-height:780px){
  .hero{height:648px;min-height:648px}.hero-content{bottom:29px}.countdown-red div{width:66px;height:66px}.countdown b{font-size:26px}.hero-content p{font-size:20px;margin:16px 0 10px}.hero-content h1{font-size:54px;margin-bottom:20px}.black-btn{padding:14px 44px}
}
