.main_content{background-color: #040404;}
.homehero{position:relative;overflow:hidden;background:#080808;margin:0 0 10px;border-radius:10px 0 0 10px;border:1px solid #000;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .45));}
.homehero-img{display:block;width:100%;height:auto;}
.homehero-copy{position:absolute;top:50%;left:5%;transform:translateY(-50%);width:44%;max-width:430px;color:#fff;text-shadow:0 2px 8px #000;}
.homehero-copy h1{margin:0 0 8px;font-size:clamp(18px,3vw,36px);line-height:1.05;letter-spacing:.055em;text-transform:uppercase;}
.homehero-copy p{margin:0 0 14px;font-size:clamp(12px,1.3vw,15px);line-height:1.35;color:#ddd;}
.homehero-buttons{display:flex;gap:10px;flex-wrap:nowrap;}
.homehero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 18px;color:#fff;font-size:clamp(11px,1.1vw,13px);font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;border:1px solid #555;background:#151515;white-space:nowrap;}
.homehero-btn-red{background:#9d1116;border-color:#c9272f;}
.homehero-btn-dark{background:rgb(10 10 10 / .72);border-color:#777;}
@media (max-width:1000px){.homehero-copy p{margin:0 0 4px;}}
@media (max-width:800px){.homehero{border-radius:0;border:none;filter:none;}.homehero-copy{left:5%;width:65%;max-width:none;}.homehero-copy h1{margin-bottom:6px;font-size:clamp(17px,5.2vw,24px);line-height:1.02;letter-spacing:.04em;}.homehero-copy p{margin-bottom:10px;font-size:clamp(11px,3.2vw,13px);line-height:1.25;}.homehero-buttons{gap:7px;}.homehero-btn{min-height:30px;padding:0 11px;font-size:11px;}}
@media (max-width:380px){.homehero-copy{width:56%;left:5%;}.homehero-copy h1{font-size:16px;}.homehero-copy p{font-size:10.5px;margin-bottom:8px;}.homehero-btn{min-height:28px;padding:0 9px;font-size:10px;}.homehero-buttons{gap:6px;}}
.shopcats{margin:18px 0 15px;}
.shopcats h2{display:flex;align-items:center;gap:10px;margin:0 0 8px;color:var(--header-1-color);font-size:16px;line-height:1.1;text-transform:uppercase;letter-spacing:.05em;}
.shopcats h2::after{content:"";width:42px;height:1px;background:#9d1116;}
.shopcats-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;}
.shopcats-list li{margin:0;padding:0;max-width:220px;}
.shopcats-list a{display:grid;grid-template-rows:1fr 34px;height:154px;background:#111;border:1px solid #333;color:#fff;text-decoration:none;overflow:hidden;}
.shopcat-img{display:block;min-width:0;min-height:0;overflow:hidden;background:#181818;}
.shopcat-img picture{display:block;width:100%;height:100%;}
.shopcat-img img{display:block;width:100%;height:120px;object-fit:cover;opacity:.82;transition:transform .25s ease,opacity .25s ease;}
.shopcat-name{display:flex;align-items:center;justify-content:center;gap:8px;background:#101010;border-top:1px solid #252525;color:#bbb;font-size:12px;font-weight:700;line-height:1;text-align:center;text-transform:uppercase;letter-spacing:.05em;}
.shopcat-name::after{content:"›";color:#ddd;font-size:18px;line-height:1;}
.shopcats-list a:hover,.shopcats-list a:focus{border-color:#7c1616;}
.shopcats-list a:hover .shopcat-img img,.shopcats-list a:focus .shopcat-img img{transform:scale(1.04);opacity:.96;}
.shopcats-list a:hover .shopcat-name,.shopcats-list a:focus .shopcat-name{background:#151515;color:#fff;}
@media (max-width:1050px){.shopcats-list{gap:6px;}.shopcats-list a{height:150px;grid-template-rows:1fr 31px;}.shopcat-name{font-size:12px;letter-spacing:.03em;}}
@media (max-width:760px){.shopcats-list{grid-template-columns:repeat(3,1fr);gap:8px;}.shopcats-list a{height:150px;grid-template-rows:1fr 34px;}.shopcat-name{font-size:13px;}}
@media (max-width:500px){.shopcats-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;}.shopcats-list a{height:150px;grid-template-rows:1fr 32px;}.shopcat-name{font-size:12px;letter-spacing:.035em;}}
.hp-choker-banner{position:relative;width:100%;max-width:1000px;min-height:140px;margin:0 auto;overflow:hidden;background:#000;border:1px solid #333;}
.hp-choker-banner picture,.hp-choker-banner img{display:block;width:100%;height:auto;}
.hp-choker-content{position:absolute;top:50%;left:39%;transform:translateY(-50%);width:260px;color:#e8e8e8;font-family:Arial,Helvetica,sans-serif;z-index:2;}
.hp-choker-content h2{margin:0 0 10px;color:#f2f2f2;font-size:15px;line-height:1.1;font-weight:700;letter-spacing:1px;text-transform:uppercase;}
.hp-choker-accent{width:42px;height:2px;background:#b30018;margin:0 0 5px;}
.hp-choker-content p{margin:0 0 5px;color:#cfcfcf;font-size:13px;line-height:1.35;}
.hp-choker-btn{display:inline-block;padding:8px 15px;border:1px solid #777;color:#f0f0f0;background:rgb(0 0 0 / .35);font-size:12px;line-height:1;font-weight:700;letter-spacing:.4px;text-transform:uppercase;text-decoration:none;transition:background .2s ease,border-color .2s ease;}
.hp-choker-btn:hover{background:rgb(255 255 255 / .08);border-color:#aaa;}
@media (max-width:600px){.hp-choker-content{left:16px;}.hp-choker-content h2{font-size:17px;letter-spacing:2.5px;}.hp-choker-content p{font-size:12px;line-height:1.35;}.hp-choker-btn{font-size:11px;padding:8px 13px;}}
#cpg282 .slidet_container{margin-bottom:0;}
#cpgnew_products .slide_rtxt{overflow:hidden;}
#cpgnew_products .swiper-slide,#cpg282 .swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center;padding-bottom:5px;background-color:#1e1e1e;}
#cpgnew_products .swiper-slide{border:0;border-bottom:1px solid #9d1116;border-radius:0;}
#cpgnew_products .sldcatimg{border-radius:15px;}
#cpgnew_products .swiper-pagination{display:none;}
#cpg282 .swiper-pagination{margin-top:10px;}
#cpg282 .swiper-slide{border:1px solid #3e3e3e;border-radius:15px;}
#cpg282 .category-slide a picture::before{border-radius:15px 15px 0 0;}
#cpg282 .category-slide .sldcatimg{border-radius:15px 15px 0 0;box-shadow:none;border-top:0;border-left:0;}
#cpg282 .slide_rtxt{margin-top:0;}
#cpg282 .plprice,#cpg282 .plpriceclr{margin-top:5px;color:#ae2928;width:50%;}
#cpg282 .currency-sign{top:-.30em;font-size:.70em;}
#cpg282 .slidetr{margin-left:0;}
.category-slide .sldcatimg{box-shadow:4px 3px 5px var(--image-shadow-color);border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;filter:brightness(.97) grayscale(.1);max-height:240px;border-radius:15px 15px 0 0;}
.category-wraper .ppc a{color:var(--header-1-color);font-size:16px;}
.smcat{display:flex;flex-wrap:wrap;gap:15px;margin-top:18px;}
.smcatbanner{flex:1 1 50%;max-width:calc(50% - 15px);margin-bottom:15px;}
.smcatbanner img{border-radius:15px;top:0;max-width:100%;max-height:263px;height:auto;border:1px solid #222;box-shadow:5px 5px 2px rgb(0 0 0 / .3);}
.smcattxt{margin-top:5px;}
.soccontainer{display:inline-block;width:99%;box-sizing:border-box;text-align:left;margin:0 10px 0 0;position:relative;min-height:216px;max-width:370px;}
.recommend-wraper{max-width:1010px;margin-bottom:10px;}
h3{font-size:12px;font-weight:700;}
.hptxt{margin:15px 5px 5px;}
.hptxt h2{font-size:18px;}
.hptxt p{margin:3px 0 0;text-indent:2em;font-size:1.1em;}
