:root{--primary-pink: #ff2d60;--hot-pink: #e81b66;--dark-pink: #c00f4f;--accent-yellow: #ffd700;--bg-light: #ffffff;--bg-cream: #fff8fa;--text-dark: #1e1e24;--text-gray: #666670;--border-pink: #ffe0eb;--font-main: "Plus Jakarta Sans", sans-serif;--font-serif: "Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);color:var(--text-dark);background-color:var(--bg-light);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1240px;margin:0 auto;padding:0 16px}.thrill-announcement{background:linear-gradient(90deg,#ff2d60,#d80b51);color:#fff;text-align:center;padding:8px 12px;font-size:.82rem;font-weight:700;letter-spacing:.5px}.thrill-header{background:#fff;border-bottom:1px solid #f0f0f5;position:sticky;top:0;z-index:1000}.header-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px}.brand-logo-text{flex-shrink:0}.logo-inline{font-size:1.6rem;font-weight:900;color:#ff2d60;letter-spacing:-.5px;font-style:italic;white-space:nowrap;text-transform:uppercase}.brand-img-logo{max-height:42px;width:auto;object-fit:contain}.brand-nav-links{display:flex;align-items:center;gap:22px}.brand-nav-links a{font-size:.92rem;font-weight:600;color:#222;display:flex;align-items:center;gap:4px;white-space:nowrap}.nav-badge-hot{background:#ff2d60;color:#fff;font-size:.65rem;padding:2px 5px;border-radius:4px;font-weight:800}.header-util-icons{display:flex;align-items:center;gap:12px;flex-shrink:0}.cart-pill-btn{display:inline-flex;align-items:center;gap:4px;font-weight:700;font-size:.9rem}.cart-count-badge{background:#ff2d60;color:#fff;border-radius:50%;padding:2px 7px;font-size:.75rem;font-weight:800}.mobile-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-nav-toggle span{display:block;height:2px;width:22px;background-color:#111;border-radius:2px}.mobile-drawer{position:fixed;top:0;left:-290px;width:280px;height:100vh;background:#fff;box-shadow:4px 0 20px #00000026;z-index:10000;transition:left .3s ease;padding:20px;display:flex;flex-direction:column}.mobile-drawer.active{left:0}.drawer-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:16px}.drawer-title{font-weight:800;font-size:1.1rem}.drawer-close{background:none;border:none;font-size:1.8rem;line-height:1;cursor:pointer}.mobile-menu-items{display:flex;flex-direction:column;gap:16px}.mobile-menu-items a{font-size:1rem;font-weight:600;color:#222;border-bottom:1px solid #fafafa;padding-bottom:8px}.drawer-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9999}.drawer-backdrop.active{display:block}@media(max-width:868px){.desktop-nav,.desktop-only{display:none}.mobile-nav-toggle{display:flex}.logo-inline{font-size:1.25rem}.brand-img-logo{max-height:32px}}.thrill-hero{position:relative;background:radial-gradient(circle at 60% 50%,#2e081c,#12020a);color:#fff;min-height:480px;display:flex;align-items:center;overflow:hidden;border-radius:16px;margin:12px 0 24px}.hero-content{position:relative;z-index:2;max-width:580px;padding:40px}.hero-title-main{font-family:var(--font-main);font-size:3.2rem;font-weight:900;color:#fff;line-height:1.05;text-transform:uppercase}.hero-title-main span{color:var(--accent-yellow)}.hero-suboffers{font-size:1.15rem;font-weight:800;margin:16px 0;color:#fff;text-transform:uppercase;letter-spacing:.5px}.hero-pills-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hero-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:50px;font-size:.85rem;font-weight:700}.press-strip-wrap{background:#fdf5f8;border-radius:12px;padding:12px 16px;margin:12px 0 20px;display:flex;align-items:center;gap:16px;overflow:hidden}.press-label{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#999;white-space:nowrap;flex-shrink:0}.press-marquee{overflow:hidden;white-space:nowrap;width:100%}.press-track{display:inline-flex;gap:28px;font-weight:800;color:#555;font-size:.88rem;letter-spacing:1px;animation:pressScroll 20s linear infinite}@keyframes pressScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(min-width:900px){.press-track{animation:none;justify-content:space-between;width:100%}}.circle-cat-wrapper{padding:16px 0 24px;background:#fff}.circle-cat-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 12px 10px;scrollbar-width:none;-ms-overflow-style:none}.circle-cat-row::-webkit-scrollbar{display:none}.circle-cat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:0 0 76px;scroll-snap-align:start;text-decoration:none;color:#111}.circle-avatar{width:72px;height:72px;border-radius:50%;padding:2.5px;background:linear-gradient(45deg,#ff2d60,gold);margin-bottom:8px;transition:transform .2s ease;flex-shrink:0}.circle-cat-item:hover .circle-avatar{transform:scale(1.05)}.circle-avatar-inner{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.circle-avatar-inner img{width:100%;height:100%;object-fit:cover}.circle-emoji{font-size:1.6rem}.circle-cat-title{font-size:.75rem;font-weight:700;color:#222;line-height:1.2;white-space:normal;max-width:76px;word-break:break-word}@media(min-width:768px){.circle-cat-row{justify-content:center;gap:24px}.circle-cat-item{flex:0 0 88px}.circle-avatar{width:82px;height:82px}.circle-cat-title{font-size:.82rem;max-width:88px}}.thrill-products-sec{padding:28px 0}.sec-heading-centered{text-align:center;margin-bottom:24px}.sec-heading-centered h2{font-size:1.8rem;font-weight:800;color:#111;line-height:1.2}.sec-heading-centered h2 span{color:var(--primary-pink)}.sec-heading-centered p{color:var(--text-gray);font-size:.9rem;margin-top:4px}.product-items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%}.thrill-product-card{background:#fff;border:1px solid #f0f0f5;border-radius:12px;padding:10px;position:relative;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;min-width:0;box-sizing:border-box}.thrill-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.discount-tag-badge{position:absolute;top:8px;right:8px;background:#ffebf1;color:var(--primary-pink);border:1px solid var(--primary-pink);font-size:.68rem;font-weight:800;padding:2px 6px;border-radius:20px;z-index:2;white-space:nowrap}.thrill-img-holder{width:100%;aspect-ratio:1/1;background:#fafafa;border-radius:8px;overflow:hidden;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.thrill-img-holder img{width:100%;height:100%;object-fit:cover}.card-product-title{font-size:.95rem;font-weight:800;color:#111;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.card-product-subtitle{font-size:.75rem;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-rating-strip{display:flex;align-items:center;gap:3px;font-size:.72rem;color:#444;margin:6px 0;font-weight:600;flex-wrap:wrap}.card-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:10px;flex-wrap:wrap}.current-rate{font-size:1.05rem;font-weight:800;color:#111}.old-rate{font-size:.8rem;text-decoration:line-through;color:#999}.btn-quick-buynow{width:100%;background:linear-gradient(90deg,#ff2d60,#e81b66);color:#fff;border:none;padding:10px 6px;border-radius:6px;font-weight:800;font-size:.82rem;cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;margin-top:auto;box-shadow:0 4px 10px #ff2d6033;transition:transform .2s ease;white-space:nowrap}.btn-quick-buynow:hover{transform:translateY(-2px)}.reels-section-wrapper{padding:35px 0 45px;background:#fafafa;border-top:1px solid #f0f0f5;border-bottom:1px solid #f0f0f5}.reels-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:10px 4px 20px;scrollbar-width:none;-ms-overflow-style:none}.reels-track::-webkit-scrollbar{display:none}.reel-card-item{flex:0 0 240px;scroll-snap-align:start;position:relative;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 8px 24px #0000001f}.reel-video-element{width:100%;height:100%;object-fit:cover;display:block}.reel-overlay-content{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000d9);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff;z-index:2}.reel-tag{background:#ff2d60e6;color:#fff;font-size:.68rem;font-weight:800;padding:3px 8px;border-radius:4px;align-self:flex-start;margin-bottom:8px;text-transform:uppercase}.reel-title{font-size:.95rem;font-weight:800;margin-bottom:4px;line-height:1.2}.reel-product-info{font-size:.8rem;color:#ddd;margin-bottom:10px}.reel-cta-btn{display:inline-block;background:#fff;color:#111;font-size:.78rem;font-weight:800;text-align:center;padding:8px 14px;border-radius:50px;text-transform:uppercase}.target-pleasure-sec{padding:35px 0}.pleasure-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pleasure-type-card{background:#fff;border:1px solid #f0f0f5;border-radius:16px;padding:20px 16px;text-align:center;display:flex;flex-direction:column;align-items:center}.pleasure-type-card h3{font-size:1.4rem;font-weight:900;text-transform:uppercase;margin-bottom:4px}.pleasure-type-card p{font-size:.82rem;color:#666;margin-bottom:14px}.pleasure-img-wrap{width:100%;height:180px;border-radius:12px;background:#fff0f5;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}.pleasure-img-wrap img{width:100%;height:100%;object-fit:cover}.btn-explore-pill{background:var(--accent-yellow);color:#111;padding:8px 20px;border-radius:50px;font-weight:800;font-size:.8rem;text-transform:uppercase}.discreet-promo-block{background:linear-gradient(135deg,#fff0f5,#fff8fb);border:1px solid var(--border-pink);border-radius:16px;padding:28px 20px;display:flex;align-items:center;justify-content:space-between;margin:30px 0}.discreet-info-col h2{font-size:2rem;font-weight:900;color:var(--primary-pink);margin-bottom:12px}.discreet-checklist{list-style:none;margin-bottom:18px}.discreet-checklist li{font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px;display:flex;align-items:center;gap:8px}.stats-reviews-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fafafa;padding:24px 16px;border-radius:16px;text-align:center;margin:24px 0}.stat-digit{font-size:2.2rem;font-weight:900;color:var(--primary-pink)}.stat-note{font-size:.8rem;font-weight:600;color:#666}.cart-page-wrapper{padding:40px 0 80px;background-color:#fff}.cart-header-title{font-size:2rem;font-weight:900;margin-bottom:24px}.cart-grid-layout{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}.cart-items-card{border:1px solid #f0f0f5;border-radius:16px;padding:20px;background:#fff}.cart-item-row{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f4f4f7;align-items:center}.cart-item-row:last-child{border-bottom:none}.cart-thumb-img{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#fafafa;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:.95rem;font-weight:700;margin-bottom:4px}.cart-item-price{font-size:.9rem;font-weight:800;color:var(--primary-pink);margin-bottom:8px}.cart-qty-pill{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}.cart-qty-pill input{width:38px;height:30px;border:none;text-align:center;font-weight:700;font-size:.85rem}.cart-remove-link{color:#999;font-size:.8rem;font-weight:600;margin-left:12px;cursor:pointer}.cart-remove-link:hover{color:var(--primary-pink)}.cart-summary-card{border:1px solid var(--border-pink);border-radius:16px;padding:24px;background:var(--bg-cream);position:sticky;top:90px}.summary-line{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.92rem;font-weight:600}.summary-total{font-size:1.25rem;font-weight:900;color:#111;border-top:1px solid #eed0dc;padding-top:14px;margin-top:14px}.btn-cart-checkout{width:100%;background:linear-gradient(90deg,#ff2d60,#e81b66);color:#fff;border:none;padding:16px;border-radius:8px;font-size:1rem;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 18px #ff2d604d;margin-top:18px;display:block;text-align:center}.cart-empty-box{text-align:center;padding:80px 20px}.cart-empty-box h2{font-size:1.8rem;font-weight:800;margin-bottom:10px}.product-page-wrapper{padding:30px 0 60px;background-color:#fff}.product-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-gallery-col{position:sticky;top:90px}.main-image-display{position:relative;border-radius:16px;overflow:hidden;background-color:#fafafa;border:1px solid #f0f0f5;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.main-image-display img,.main-image-display svg{width:100%;height:100%;object-fit:cover}.gallery-badge{position:absolute;top:12px;left:12px;background:#111114d9;color:#fff;font-size:.7rem;font-weight:800;padding:4px 10px;border-radius:50px}.thumbnail-strip{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding-bottom:6px}.thumb-item{flex:0 0 68px;height:68px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#fafafa}.thumb-item.active{border-color:#ff2d60}.thumb-item img{width:100%;height:100%;object-fit:cover}.rating-badge-row{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-size:.82rem}.stars-gold{letter-spacing:1px}.rating-text{color:#666;font-weight:600}.pdp-title{font-size:2rem;font-weight:900;color:#111;line-height:1.15;margin-bottom:14px}.pdp-price-wrap{display:flex;align-items:center;gap:10px;margin-bottom:10px}.current-price-val{font-size:1.8rem;font-weight:900;color:#ff2d60}.old-price-val{font-size:1.15rem;text-decoration:line-through;color:#888}.save-discount-pill{background:#ffebf1;color:#ff2d60;font-size:.78rem;font-weight:800;padding:3px 8px;border-radius:50px}.tax-shipping-notice{font-size:.82rem;font-weight:600;color:#27ae60;margin-bottom:20px}.pdp-form{border-top:1px solid #f0f0f5;padding-top:18px;margin-bottom:25px}.form-field-label{display:block;font-size:.82rem;font-weight:700;color:#333;margin-bottom:6px;text-transform:uppercase}.form-select-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #ddd;font-size:.9rem;font-weight:600;background:#fff;margin-bottom:16px}.quantity-row{margin-bottom:18px}.qty-control{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden}.qty-btn{background:#f8f8f8;border:none;width:38px;height:38px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#eee}.qty-num{width:44px;height:38px;border:none;text-align:center;font-size:.95rem;font-weight:700}.cta-buttons-stack{display:flex;flex-direction:column;gap:10px}.btn-pdp-buynow{width:100%;background:linear-gradient(90deg,#ff2d60,#e81b66);color:#fff;border:none;padding:15px;border-radius:8px;font-size:1rem;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 18px #ff2d604d;transition:transform .2s ease}.pdp-trust-box{background:#fff8fa;border:1px solid #ffe0eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.pdp-trust-item{display:flex;align-items:center;gap:10px}.trust-icon-sym{font-size:1.4rem}.pdp-trust-item strong{font-size:.85rem;display:block}.pdp-trust-item p{font-size:.78rem;color:#666}.pdp-description-content h3{font-size:1.15rem;font-weight:800;margin-bottom:10px}.desc-body{font-size:.9rem;line-height:1.6;color:#444}.thrill-site-footer{background:#fdfdfe;border-top:1px solid #eaeaea;padding:50px 0 25px;margin-top:50px}.footer-main-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:30px;margin-bottom:35px}.footer-col h4{font-size:.95rem;font-weight:800;margin-bottom:14px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:8px;font-size:.85rem;color:#666}.footer-disclaimer-box{background:#fff;border:1px solid #eee;padding:16px;border-radius:12px;font-size:.8rem;color:#777;line-height:1.5;margin-bottom:25px}.footer-bottom-bar{border-top:1px solid #f0f0f0;padding-top:16px;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#888}@media(max-width:768px){.container{padding:0 10px}.product-items-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cart-grid-layout{grid-template-columns:1fr}.thrill-product-card{padding:8px;border-radius:10px}.thrill-img-holder{margin-bottom:6px}.card-product-title{font-size:.85rem}.card-product-subtitle{font-size:.7rem}.card-rating-strip{font-size:.65rem;margin:4px 0}.current-rate{font-size:.92rem}.old-rate{font-size:.72rem}.btn-quick-buynow{font-size:.74rem;padding:8px 4px;letter-spacing:0}.discount-tag-badge{top:5px;right:5px;font-size:.6rem;padding:2px 5px}.reel-card-item{flex:0 0 190px}.pleasure-cards-grid,.footer-main-grid{grid-template-columns:1fr}.discreet-promo-block{flex-direction:column;text-align:center}.product-layout-grid{grid-template-columns:1fr;gap:24px}.product-gallery-col{position:static}.pdp-title,.current-price-val{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/thrillerrr-style.css.map */
