:root{--mk-orange: #ff6b1a;--mk-orange-light: #fff2ea;--mk-bg-warm: #f7f2ec;--mk-dark: #222222;--mk-text-muted: #777777;--mk-purple: #7868e6;--mk-green: #33b864;--mk-yellow: #f6b33b;--mk-radius: 20px;--mk-radius-sm: 12px;--mk-shadow: 0 12px 25px rgba(0, 0, 0, .08);--mk-shadow-hover: 0 18px 35px rgba(0, 0, 0, .12);--mk-shadow-orange: 0 18px 35px rgba(255, 107, 26, .35)}body{font-family:Poppins,sans-serif}.mk-page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.mk-page-width{padding:0 5rem}}.mk-header{display:flex;justify-content:space-between;align-items:center;padding:28px 0}.mk-logo{font-size:40px;font-weight:800;letter-spacing:1px;text-decoration:none;color:var(--mk-dark)}.mk-logo .mk-logo-orange{color:var(--mk-orange)}.mk-nav{display:flex;list-style:none;gap:45px;margin:0;padding:0}.mk-nav a{text-decoration:none;color:var(--mk-dark);font-weight:600;transition:color .3s;position:relative}.mk-nav a:hover,.mk-nav a.active{color:var(--mk-orange)}.mk-nav a.active:after{content:"";width:100%;height:3px;background:var(--mk-orange);position:absolute;left:0;bottom:-8px;border-radius:5px}.mk-nav-icons{display:flex;align-items:center;gap:22px;font-size:22px}.mk-nav-icons a{color:var(--mk-dark);transition:color .3s}.mk-nav-icons a:hover{color:var(--mk-orange)}.mk-cart-icon{position:relative}.mk-cart-count{position:absolute;top:-8px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--mk-orange);color:#fff;display:flex;justify-content:center;align-items:center;font-size:11px}.mk-hero-wrapper{background:var(--mk-bg-warm);position:relative;overflow:hidden;padding-bottom:20px}.mk-hero-page-width{max-width:1400px!important;width:100%!important;padding:0!important}.mk-hero{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:20px;padding:40px 48px 60px;position:relative}.mk-hero-left{position:relative;z-index:3}.mk-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:30px;padding:8px 18px 8px 8px;font-size:11px;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 10px #0000000d;margin-bottom:24px}.mk-icon-circle{width:26px;height:26px;background:#fbe4d5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--mk-orange);font-size:12px}.mk-hero-title{font-size:56px;line-height:1.02;font-weight:900;letter-spacing:-1px;margin-bottom:6px}.mk-title-orange{color:var(--mk-orange)}.mk-divider{width:50px;height:3px;background:var(--mk-dark);margin:20px 0 16px}.mk-hero-text{font-size:15px;color:var(--mk-text-muted);line-height:1.6;max-width:400px;margin-bottom:28px}.mk-btn{display:inline-flex;align-items:center;gap:10px;background:var(--mk-orange);color:#fff;font-weight:700;font-size:13px;letter-spacing:1px;padding:16px 30px;border-radius:8px;text-decoration:none;box-shadow:0 8px 20px #f0641d59;margin-bottom:40px;transition:transform .3s}.mk-btn:hover{transform:translateY(-2px);color:#fff}.mk-features{display:flex;gap:28px;flex-wrap:wrap}.mk-feature-card{display:flex;align-items:flex-start;gap:10px;background:transparent;padding:0;box-shadow:none}.mk-feature-card i{font-size:24px;color:var(--mk-orange);margin-top:2px}.mk-feature-card h4{font-size:12.5px;font-weight:700;margin:0 0 2px}.mk-feature-card p{font-size:11px;color:var(--mk-text-muted);margin:0}.mk-hero-right{position:relative}.mk-hero-image-wrap{position:relative;height:560px;border-radius:0 0 0 260px;overflow:hidden;background:linear-gradient(135deg,#f0d9be,#e7c19f 55%,#dcae8a);display:flex;align-items:center;justify-content:center}.mk-arch-image{width:100%;height:100%;object-fit:cover}.mk-category-bar{display:flex;align-items:center;background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000014;margin:-30px 48px 40px;padding:22px 30px;gap:0;position:relative;z-index:4}.mk-category-card{display:flex;align-items:center;gap:12px;flex:1;padding:0 20px;border-right:1px solid #eee;background:transparent;box-shadow:none;border-radius:0;text-decoration:none;color:var(--mk-dark)}.mk-category-card:last-of-type{border-right:none}.mk-category-card:hover{transform:none;box-shadow:none}.mk-cat-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}.mk-cat-icon.orange{background:var(--mk-orange)}.mk-cat-icon.purple{background:var(--mk-purple)}.mk-cat-icon.green{background:var(--mk-green)}.mk-cat-icon.yellow{background:var(--mk-yellow)}.mk-category-card h3{font-size:13px;font-weight:700;margin:0}.mk-category-card p{font-size:11px;color:var(--mk-text-muted);margin:0}.mk-offer-card{background:var(--mk-orange);color:#fff;border-radius:14px;padding:16px 26px;display:flex;align-items:center;gap:14px;margin-left:20px;flex-shrink:0;text-decoration:none;box-shadow:none}.mk-offer-card:hover{transform:translateY(-2px);color:#fff}.mk-offer-card i{font-size:26px}.mk-offer-card h4{font-size:12px;line-height:1.4;letter-spacing:0;margin:0;font-weight:400;color:#fff}.mk-offer-card h2{font-size:15px;font-weight:800;margin:0;color:#fff}@media(max-width:1200px){.mk-hero{grid-template-columns:1fr}.mk-hero-image-wrap{height:420px;border-radius:0 0 60px 60px}.mk-hero-title{font-size:44px}.mk-category-bar{flex-wrap:wrap;gap:16px}.mk-category-card{border-right:none;flex:1 1 40%}.mk-offer-card{margin-left:0;width:100%;justify-content:center}}@media(max-width:768px){.mk-header{flex-direction:column;gap:25px}.mk-nav{gap:20px}.mk-logo{font-size:32px}.mk-hero{padding:20px 20px 30px}.mk-hero-title{font-size:32px}.mk-hero-title .mk-title-line{font-size:38px}.mk-title-orange{font-size:36px}.mk-hero-text{font-size:14px}.mk-features{gap:16px}.mk-category-bar{margin:-10px 20px 30px;padding:20px}.mk-category-card{flex:1 1 100%;padding:10px 0}.mk-offer-card{padding:22px}.mk-offer-card h2{font-size:24px}}@media(max-width:480px){.mk-hero-title .mk-title-line{font-size:40px}.mk-hero-title .mk-title-orange{font-size:36px}.mk-badge{padding:10px 16px}.mk-btn{padding:15px 28px;font-size:14px}.mk-cat-icon{width:55px;height:55px;font-size:22px}.mk-feature-card{padding:15px}.mk-offer-card{flex-direction:column;text-align:center}.mk-offer-card h2{font-size:22px}}.header-wrapper{border-bottom:none!important}.header{padding-top:20px!important;padding-bottom:20px!important}.header__heading-link{text-decoration:none;padding:0!important}.header__heading-link .h2{font-size:40px;font-weight:800;letter-spacing:1px;color:var(--mk-dark);text-decoration:none}@media(max-width:749px){.header__heading-link .h2{font-size:24px;letter-spacing:0}}.header__heading-link:hover .h2{color:var(--mk-dark)}.header__heading-logo-wrapper{width:auto!important}.list-menu--inline{gap:45px;align-items:center}.header__inline-menu .list-menu__item{font-size:14px;font-weight:600;color:var(--mk-dark);padding:0 0 10px;position:relative;transition:color .3s ease;letter-spacing:.5px;text-transform:uppercase}.header__inline-menu .list-menu__item:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--mk-orange);transition:width .3s ease}.header__inline-menu .list-menu__item:hover{color:var(--mk-orange);text-decoration:none!important}.header__inline-menu .list-menu__item:hover span,.header__menu-item:hover span{text-decoration:none!important}.header__inline-menu .list-menu__item:hover:after,.header__active-menu-item:after{width:100%}.header__active-menu-item{color:var(--mk-orange)!important;text-decoration:none!important}.header__icon{width:auto;height:auto;color:var(--mk-dark);font-size:22px;padding:0!important}.header__icon:hover{color:var(--mk-orange)}.header__icon .icon{width:28px;height:28px}.header__icons{gap:22px;align-items:center}.cart-count-bubble{background-color:var(--mk-orange);color:#fff;top:-.4rem;right:-.8rem}.cart-count-bubble span{font-size:11px}.footer{border-top:none}.footer-block__heading{font-size:18px;font-weight:700;margin-bottom:20px}.footer__list-social{gap:12px}.footer__list-social .icon{width:20px;height:20px}.newsletter-form__button{background-color:var(--mk-orange)!important}.newsletter-form__button:hover{box-shadow:var(--mk-shadow-orange)!important}.card-wrapper:hover .card{transform:translateY(-6px);box-shadow:var(--mk-shadow-hover)}.card{transition:transform .3s,box-shadow .3s;border-radius:var(--mk-radius)!important;background:#fff!important;overflow:hidden;border:none!important}.card__inner{border-radius:0!important;border:none!important;background:transparent!important}.card__inner:after{display:none!important}.card__inner.ratio:before{padding-bottom:125%!important}.card__inner .media img{width:100%!important;height:100%!important;object-fit:cover!important}.product__media-item .media{aspect-ratio:4 / 5!important;padding-bottom:0!important}.product__media-item .media img{object-fit:cover!important}.card__information{padding:24px 20px!important;background:#fff!important}.card__heading{margin-bottom:10px!important}.card__heading a{font-size:15px!important;font-weight:700;line-height:1.4;color:var(--mk-dark);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-size:16px;font-weight:800;color:var(--mk-dark)}.price .price-item--sale{color:var(--mk-orange)}.price .price-item--regular{color:var(--mk-text-muted);font-size:13px;font-weight:600;text-decoration:line-through}.card__badge{bottom:15px!important;left:15px!important;top:auto!important;right:auto!important}.badge{background:var(--mk-dark)!important;color:#fff!important;border:none!important;font-weight:700;padding:6px 14px!important;border-radius:20px!important;font-size:11px!important;letter-spacing:.5px;text-transform:uppercase}.button--primary{background:var(--mk-orange)!important;border-color:var(--mk-orange)!important;border-radius:50px!important;font-weight:700;padding:12px 30px;transition:transform .3s,box-shadow .3s}.button--primary:hover{transform:translateY(-2px);box-shadow:var(--mk-shadow-orange)!important}.button--secondary{border-radius:50px!important;font-weight:600}.section-header{margin-bottom:0!important}.main-page-title{font-weight:800;color:var(--mk-dark)}.collection-hero__title{font-weight:800}.article-card-wrapper:hover .card{transform:translateY(-6px);box-shadow:var(--mk-shadow-hover)}.pagination__item--current{background:var(--mk-orange)!important;color:#fff!important;border-color:var(--mk-orange)!important}.pagination__item:hover{color:var(--mk-orange)}.customer h1,.customer h2{font-weight:800}.header__icon--search .icon,.header__icon .svg-wrapper{width:28px;height:28px}.announcement-bar{font-size:13px;font-weight:500;letter-spacing:.5px}.quantity__button:hover{color:var(--mk-orange)}.cart__checkout-button{background:var(--mk-orange)!important;border-color:var(--mk-orange)!important;border-radius:50px!important;font-weight:700}.cart__checkout-button:hover{box-shadow:var(--mk-shadow-orange)!important}.related-products h2{font-weight:800}.blog-articles__article .card{border-radius:var(--mk-radius)!important;overflow:hidden}.blog-articles__article .card__heading{font-size:20px;font-weight:700}.blog-articles__article .card__information{padding:20px}.article-card__info{color:var(--mk-text-muted);font-size:14px}.collapsible-content__heading{font-weight:800}.accordion summary{font-weight:600;padding:20px 0}.accordion .summary__title{gap:14px}.accordion__content{padding:0 0 20px}.list-collections__item .card{border-radius:var(--mk-radius)!important;overflow:hidden}.list-collections__item .card__heading{font-weight:700}.list-collections__item .card__information{padding:20px}.mk-block{padding:70px 48px}.mk-section-head{text-align:center;max-width:560px;margin:0 auto 46px}.mk-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fbe4d5;color:var(--mk-orange-dark);font-size:11px;font-weight:800;letter-spacing:1px;padding:7px 16px;border-radius:20px;margin-bottom:16px}.mk-section-head h2{font-size:34px;font-weight:900;letter-spacing:-.5px;margin-bottom:10px}.mk-section-head h2 span{color:var(--mk-orange)}.mk-section-head p{font-size:14px;color:var(--mk-text-muted);line-height:1.6}.mk-outline-btn{display:inline-flex;align-items:center;gap:8px;border:2px solid var(--mk-dark);color:var(--mk-dark);font-weight:700;font-size:13px;letter-spacing:.5px;padding:13px 28px;border-radius:8px;text-decoration:none;transition:all .3s}.mk-outline-btn:hover{background:var(--mk-dark);color:#fff}.mk-cat-showcase{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;height:520px}.mk-show-tile{border-radius:20px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:26px;color:#fff;text-decoration:none;transition:transform .3s,box-shadow .3s}.mk-show-tile:hover{transform:translateY(-4px);box-shadow:0 15px 30px #00000026;color:#fff}.mk-show-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#0000008c);z-index:1}.mk-show-tile.mk-tall{grid-row:1 / 3}.mk-show-tile .mk-icon-badge{position:absolute;top:20px;left:20px;width:44px;height:44px;background:#ffffffe6;border-radius:12px;display:flex;align-items:center;justify-content:center;z-index:2;color:var(--mk-dark);font-size:20px}.mk-show-tile-text{position:relative;z-index:2}.mk-show-tile-text .mk-count{font-size:11px;font-weight:700;opacity:.85;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.mk-show-tile-text .mk-name{font-size:22px;font-weight:900;margin:0}.mk-tile-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.mk-tile-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.mk-show-tile>div:not(.mk-tile-overlay):not(.mk-tile-bg):not(.mk-icon-badge){position:relative;z-index:2}.mk-promo-banner{background:var(--mk-dark);border-radius:24px;margin:0 48px;padding:60px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;color:#fff;position:relative;overflow:hidden}.mk-promo-banner:after{content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(240,100,29,.35),transparent 70%);pointer-events:none;z-index:2}.mk-promo-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.8}.mk-promo-content,.mk-promo-btn{position:relative;z-index:3}.mk-promo-eyebrow{font-size:11px;font-weight:800;letter-spacing:1.5px;color:var(--mk-orange);margin-bottom:14px}.mk-promo-banner h2{font-size:32px;font-weight:900;max-width:480px;line-height:1.2;margin:0 0 14px;color:#fff}.mk-promo-banner p{font-size:14px;color:#c9c9c9;max-width:420px;line-height:1.6;margin:0}.mk-promo-btn{background:#fff!important;color:var(--mk-dark)!important;box-shadow:0 4px 15px #0003!important}.mk-promo-btn:hover{background:#f0f0f0!important;color:var(--mk-dark)!important;transform:translateY(-2px)}.mk-t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.mk-t-card{background:#fff;border-radius:16px;padding:28px;box-shadow:var(--mk-shadow)}.mk-t-stars{display:flex;gap:3px;margin-bottom:16px;color:var(--mk-yellow);font-size:14px}.mk-t-quote{font-size:13.5px;color:#444;line-height:1.7;margin-bottom:22px}.mk-t-person{display:flex;align-items:center;gap:12px}.mk-t-avatar{width:42px;height:42px;border-radius:50%;background:var(--mk-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.mk-t-name{font-size:13px;font-weight:700}.mk-t-role{font-size:11px;color:var(--mk-gray)}.mk-newsletter{background:linear-gradient(135deg,#fbe4d5,#f7d4bd);border-radius:24px;margin:0 48px 70px;padding:56px;text-align:center}.mk-newsletter h2{font-size:28px;font-weight:900;margin:0 0 10px}.mk-newsletter p{font-size:14px;color:#5a4636;margin:0 0 26px}.mk-newsletter-form{display:flex;justify-content:center;gap:10px;max-width:440px;margin:0 auto}.mk-newsletter-form input{flex:1;padding:14px 18px;border-radius:8px;border:none;font-size:13px;outline:none}.mk-newsletter-form button{background:var(--mk-dark);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:background .3s}.mk-newsletter-form button:hover{background:var(--mk-orange)}.mk-footer{background:var(--mk-dark);color:#d8d8d8;padding:60px 0 0}.mk-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:46px;padding:0 48px}.mk-footer-logo{font-size:24px;font-weight:800;margin-bottom:14px;letter-spacing:.5px}.mk-footer-logo .mk{color:var(--mk-orange)}.mk-footer-logo .shop{color:#fff}.mk-footer-desc{font-size:13px;color:#a8a8a8;line-height:1.6;margin-bottom:20px;max-width:260px}.mk-footer-social{display:flex;gap:10px}.mk-footer-social a{width:34px;height:34px;background:#2b2b2b;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s}.mk-footer-social a svg{width:15px;height:15px;stroke:#fff;fill:none}.mk-footer-social a:hover{background:var(--mk-orange)}.mk-footer-col{text-align:left!important}.mk-footer-col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:.5px;text-align:left!important}.mk-footer-col a{display:block;font-size:13px;color:#a8a8a8;text-decoration:none;margin-bottom:12px;transition:color .3s;text-align:left!important}.mk-footer-col a:hover{color:var(--mk-orange);text-decoration:none!important}.mk-footer-contact-item{display:flex;align-items:flex-start;justify-content:flex-start!important;gap:10px;font-size:13px;color:#a8a8a8;margin-bottom:14px;text-align:left!important}.mk-footer-contact-item svg{width:16px;height:16px;stroke:var(--mk-orange);flex-shrink:0;margin-top:2px}.mk-footer-bottom{border-top:1px solid #2b2b2b;padding:22px 48px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:12px;color:#888}.mk-footer-bottom-left{display:flex;flex-direction:column;gap:4px}.mk-footer-legal{font-size:11px;color:#666}.mk-footer-bottom-right{display:flex;align-items:center}.mk-payment-list{display:flex;gap:8px;list-style:none;padding:0;margin:0;align-items:center}.mk-upi-badge{display:flex;align-items:center;justify-content:center;width:38px;height:24px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:3px;padding:2px}@media(max-width:1024px){.mk-cat-showcase{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;height:auto}.mk-show-tile{height:220px}.mk-show-tile.mk-tall{grid-row:auto;grid-column:1 / 3}.mk-t-grid{grid-template-columns:1fr}.mk-footer-grid{grid-template-columns:1fr 1fr}.mk-promo-banner{grid-template-columns:1fr;text-align:left;padding:44px 36px}}@media(max-width:768px){.mk-block{padding:50px 20px}.mk-section-head h2{font-size:26px}.mk-promo-banner{margin:0 20px;padding:36px 24px}.mk-newsletter{margin:0 20px 50px;padding:36px 22px}.mk-newsletter-form{flex-direction:column}.mk-footer{padding:44px 0 0}.mk-footer-grid{grid-template-columns:1fr;gap:32px;padding:0 20px}.mk-footer-bottom{flex-direction:column;text-align:center;padding:22px 20px 24px}.mk-footer-bottom-right{justify-content:center}}header-drawer{display:none!important}.mk-about{padding:80px 0;background:var(--mk-light)}.mk-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.mk-about-image img{width:100%;height:600px;object-fit:cover;border-radius:12px}.mk-about-subtitle{color:var(--mk-orange);font-weight:700;font-size:14px;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.mk-about-title{font-size:42px;font-weight:800;line-height:1.2;margin-bottom:24px;color:#1a1a1a}.mk-about-text{font-size:16px;line-height:1.8;color:#555;margin-bottom:40px}.mk-about-stats{display:flex;gap:40px;border-top:1px solid #e0e0e0;padding-top:30px}.mk-stat{display:flex;flex-direction:column}.mk-stat-number{font-size:32px;font-weight:800;color:var(--mk-orange)}.mk-stat-label{font-size:14px;color:#888;font-weight:500}.mk-contact{padding:80px 0;background:#fff}.mk-contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:flex-start}.mk-contact-info-panel{background:var(--mk-dark);border-radius:12px;padding:40px;color:#fff;height:100%}.mk-contact-title{font-size:32px;font-weight:800;margin-bottom:16px;color:#fff}.mk-contact-desc{font-size:15px;color:#a8a8a8;margin-bottom:40px;line-height:1.6}.mk-contact-items{display:flex;flex-direction:column;gap:30px}.mk-c-item{display:flex;gap:16px;align-items:flex-start}.mk-c-item svg{width:24px;height:24px;stroke:var(--mk-orange);flex-shrink:0;margin-top:2px}.mk-c-item strong{display:block;font-size:14px;color:#fff;margin-bottom:4px}.mk-c-item span,.mk-c-item canvas{font-size:14px;color:#d8d8d8;line-height:1.5}.mk-contact-form-wrapper{padding:20px 0}.mk-contact-form-title{font-size:32px;font-weight:800;margin-bottom:30px;color:#1a1a1a}.mk-form{display:flex;flex-direction:column;gap:20px}.mk-form-row{display:flex;gap:20px}.mk-form-field{flex:1;display:flex;flex-direction:column;gap:8px}.mk-form-field label{font-size:14px;font-weight:600;color:#333}.mk-input{width:100%;padding:14px 16px;background:#f7f7f7;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:15px;color:#333;transition:border-color .3s,background .3s}.mk-input:focus{outline:none;border-color:var(--mk-orange);background:#fff}.mk-textarea{resize:vertical}@media(max-width:900px){.mk-about-grid,.mk-contact-grid{grid-template-columns:1fr;gap:40px}.mk-about-image img{height:400px}.mk-form-row{flex-direction:column}}.mk-pdp-section *,.mk-pdp-section *:before,.mk-pdp-section *:after{box-sizing:border-box}.mk-pdp-breadcrumb{padding:22px 0 0;font-size:12.5px;color:#6b6b6b;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mk-pdp-breadcrumb a{color:#6b6b6b;text-decoration:none}.mk-pdp-breadcrumb a:hover{color:var(--mk-orange)}.mk-pdp-breadcrumb .mk-pdp-current{color:#1c1c1c;font-weight:600}.mk-pdp-section{padding:0 48px 60px;max-width:1400px;margin:0 auto}.mk-pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:24px}.mk-pdp-grid>*{min-width:0}.mk-pdp-gallery{display:flex;gap:16px;min-width:0}.mk-pdp-thumbs-container{display:flex;flex-direction:column;gap:8px;align-items:center;flex-shrink:0;min-width:0}.mk-thumb-nav{background:none;border:none;cursor:pointer;color:var(--mk-dark);padding:4px;opacity:.6;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.mk-thumb-nav:hover{opacity:1}.mk-thumb-nav svg{width:24px;height:24px}.mk-pdp-thumbs-wrapper{overflow-y:hidden;height:400px;width:84px}.mk-pdp-thumbs{display:flex;flex-direction:column;gap:14px;width:84px;transition:transform .3s ease}.mk-pdp-thumb{width:84px;height:84px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:transform .18s ease,border-color .18s ease;position:relative}.mk-pdp-thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;opacity:.8;pointer-events:none;background:#0006;border-radius:50%;padding:6px}.mk-pdp-thumb:hover{transform:translateY(-2px)}.mk-pdp-thumb.active{border-color:var(--mk-orange)}.mk-pdp-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.mk-pdp-main-img{flex:1;border-radius:20px;overflow:hidden;position:relative;min-height:460px;background:#f5f0eb;min-width:0}.mk-pdp-main-img img.mk-pdp-hero-img{width:100%;height:100%;object-fit:contain;display:block}.mk-pdp-main-img .mk-pdp-hero-media{width:100%;height:100%}.mk-pdp-main-img .mk-pdp-hero-media img,.mk-pdp-main-img .mk-pdp-hero-media video,.mk-pdp-main-img .mk-pdp-hero-media iframe,.mk-pdp-main-img .mk-pdp-hero-media model-viewer{width:100%;height:100%;object-fit:contain;display:block;border:none}.mk-pdp-carousel{width:100%;height:100%;position:absolute;top:0;left:0}.mk-pdp-main-img .mk-pdp-hero-media,.mk-pdp-main-img img.mk-pdp-hero-img{border-radius:18px;position:absolute;top:0;left:0;width:100%;height:100%}.mk-pdp-badge-sale{position:absolute;top:20px;left:20px;background:var(--mk-orange);color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px;padding:6px 14px;border-radius:14px;z-index:2}.mk-pdp-share{position:absolute;top:20px;right:20px;background:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:transform .2s ease;z-index:2}.mk-pdp-share:hover{transform:scale(1.08)}.mk-pdp-share svg{width:19px;height:19px;stroke:#1c1c1c;fill:none}.mk-pdp-info{display:flex;flex-direction:column}.mk-pdp-brand{font-size:11px;font-weight:800;letter-spacing:1.5px;color:var(--mk-orange);margin-bottom:10px}.mk-pdp-title{font-size:32px;font-weight:900;letter-spacing:-.5px;line-height:1.15;margin-bottom:14px;color:#1c1c1c;word-break:break-word;overflow-wrap:anywhere}.mk-pdp-rating{display:flex;align-items:center;gap:10px;margin-bottom:22px}.mk-pdp-stars{display:flex;gap:2px}.mk-pdp-stars svg{width:15px;height:15px;fill:#f0b429;stroke:none}.mk-pdp-rating>span{font-size:13px;color:#6b6b6b}.mk-pdp-divider-dot{width:4px;height:4px;background:#ccc;border-radius:50%}.mk-pdp-price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid #eee}.mk-pdp-price-now{font-size:32px;font-weight:900;color:#1c1c1c}.mk-pdp-price-was{font-size:16px;color:#6b6b6b;text-decoration:line-through}.mk-pdp-price-save{background:#e8f5e8;color:#5cb85c;font-size:11px;font-weight:800;padding:5px 10px;border-radius:8px}.mk-pdp-short-desc{font-size:14px;color:#6b6b6b;line-height:1.7;margin-bottom:26px}.mk-pdp-option-group{margin-bottom:24px}.mk-pdp-option-label{font-size:12.5px;font-weight:700;margin-bottom:12px;display:flex;justify-content:space-between;color:#1c1c1c}.mk-pdp-option-label .mk-pdp-sel{color:#6b6b6b;font-weight:500}.mk-pdp-swatches{display:flex;gap:10px}.mk-pdp-swatch{width:34px;height:34px;border-radius:50%;cursor:pointer;border:2px solid transparent;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,border-color .15s ease}.mk-pdp-swatch:hover{transform:scale(1.1)}.mk-pdp-swatch.selected{border-color:#1c1c1c;transform:scale(1.05)}.mk-pdp-swatch-dot{width:26px;height:26px;border-radius:50%}.mk-pdp-pills{display:flex;gap:10px;flex-wrap:wrap}.mk-pdp-pill{padding:10px 18px;border-radius:8px;border:1.5px solid #e2e2e2;font-size:13px;font-weight:700;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .1s ease;color:#1c1c1c;background:transparent}.mk-pdp-pill:active{transform:scale(.95)}.mk-pdp-pill.selected{border-color:#1c1c1c;background:#1c1c1c;color:#fff}.mk-pdp-limit-msg{display:none;align-items:center;gap:8px;background:#fdecea;color:#c0392b;border:1px solid #f5c6c1;border-radius:8px;padding:10px 14px;font-size:12.5px;font-weight:600;margin-bottom:18px}.mk-pdp-limit-msg.show{display:flex}.mk-pdp-limit-msg svg{width:16px;height:16px;stroke:#c0392b;flex-shrink:0;fill:none}.mk-pdp-buy-row{display:flex;gap:14px;margin-bottom:28px}.mk-pdp-qty{display:flex;align-items:center;border:1.5px solid #e2e2e2;border-radius:8px;overflow:hidden}.mk-pdp-qty button{width:42px;height:52px;background:none;border:none;font-size:16px;cursor:pointer;color:#1c1c1c;transition:background .15s ease,transform .1s ease}.mk-pdp-qty button:hover{background:#faf6f0}.mk-pdp-qty button:active{transform:scale(.9)}.mk-pdp-qty button:disabled{opacity:.5;cursor:not-allowed}.mk-pdp-qty-val{width:40px;text-align:center;font-weight:700;font-size:14px;transition:transform .15s ease}.mk-pdp-qty-val.bump{transform:scale(1.25)}.mk-pdp-add-btn{flex:1;background:#1c1c1c;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:13px;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .12s ease,background .18s ease;font-family:inherit;min-height:52px}.mk-pdp-add-btn:hover{background:#333}.mk-pdp-add-btn:active{transform:scale(.96)}.mk-pdp-add-btn svg{width:16px;height:16px;stroke:#fff;fill:none}.mk-pdp-add-btn.added{background:#5cb85c}.mk-pdp-add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.mk-pdp-buynow-btn{width:100%;background:var(--mk-orange);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:13px;letter-spacing:.5px;padding:16px;cursor:pointer;margin-bottom:28px;box-shadow:0 8px 20px #f0641d4d;transition:transform .12s ease,background .18s ease;font-family:inherit}.mk-pdp-buynow-btn:hover{background:#e0551a}.mk-pdp-buynow-btn:active{transform:scale(.96)}.mk-pdp-trust{display:flex;flex-direction:column;gap:14px;background:#faf6f0;border-radius:14px;padding:20px}.mk-pdp-trust-item{display:flex;align-items:center;gap:12px;font-size:12.5px}.mk-pdp-trust-item svg{width:20px;height:20px;stroke:var(--mk-orange);flex-shrink:0;fill:none}.mk-pdp-trust-item b{font-weight:700;color:#1c1c1c}.mk-pdp-trust-item .mk-pdp-sub{color:#6b6b6b}.mk-pdp-tabs{max-width:1400px;margin:0 auto;padding:40px 48px 70px}.mk-pdp-tab-heads{display:flex;gap:8px;border-bottom:1.5px solid #eee;margin-bottom:32px}.mk-pdp-tab-head{padding:14px 22px;font-size:13px;font-weight:700;color:#6b6b6b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1.5px;transition:color .18s ease}.mk-pdp-tab-head.active{color:#1c1c1c;border-color:var(--mk-orange)}.mk-pdp-tab-panel{display:none}.mk-pdp-tab-panel.active{display:block;animation:mk-fadeIn .35s ease}@keyframes mk-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mk-pdp-tab-body p{font-size:14px;color:#444;line-height:1.8;margin-bottom:16px}.mk-pdp-spec-table{background:#faf6f0;border-radius:14px;padding:26px;max-width:520px}.mk-pdp-spec-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee;font-size:13px}.mk-pdp-spec-row:last-child{border-bottom:none}.mk-pdp-spec-row .mk-pdp-k{color:#6b6b6b}.mk-pdp-spec-row .mk-pdp-v{font-weight:700;color:#1c1c1c}.mk-video-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mk-video-controls{position:absolute;bottom:20px;left:20px;right:20px;background:#0009;border-radius:30px;display:flex;align-items:center;padding:8px 16px;gap:12px;opacity:0;transition:opacity .3s;z-index:10}.mk-video-wrapper:hover .mk-video-controls{opacity:1}.mk-video-play-btn,.mk-video-mute-btn,.mk-video-fs-btn{background:none;border:none;color:#fff;cursor:pointer;padding:0;display:flex}.mk-video-play-btn svg,.mk-video-mute-btn svg,.mk-video-fs-btn svg{width:20px;height:20px}.mk-video-timeline-wrap{flex:1;height:6px;background:#ffffff4d;border-radius:3px;cursor:pointer;position:relative}.mk-video-timeline{position:absolute;top:0;left:0;height:100%;background:var(--mk-orange);border-radius:3px;width:0%;pointer-events:none}.mk-pdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.mk-pdp-lightbox.active{opacity:1;pointer-events:auto}.mk-pdp-lightbox-close{position:absolute;top:30px;right:30px;background:none;border:none;color:#fff;cursor:pointer;padding:10px}.mk-pdp-lightbox-close svg{width:32px;height:32px}.mk-pdp-lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}@media(max-width:1024px){.mk-pdp-grid{grid-template-columns:1fr;gap:36px}.mk-pdp-section{padding:0 32px 40px}.mk-pdp-tabs{padding:20px 32px 50px}}@media(max-width:768px){.mk-pdp-section{padding:0 16px 30px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.mk-pdp-gallery{flex-direction:column-reverse;width:100%}.mk-pdp-main-img{min-height:80vw;width:100%}.mk-pdp-thumbs-container{flex-direction:row;width:100%;padding-bottom:10px}.mk-thumb-nav{display:none}.mk-pdp-thumbs-wrapper{width:100%;height:64px;overflow-x:auto;overflow-y:hidden}.mk-pdp-thumbs{flex-direction:row;width:max-content}.mk-pdp-thumb{width:60px;height:60px}.mk-pdp-info{width:100%}.mk-pdp-title{font-size:24px}.mk-pdp-price-now{font-size:26px}.mk-pdp-buy-row{flex-direction:column;width:100%}.mk-pdp-qty{width:100%;justify-content:space-between}.mk-pdp-add-btn{width:100%}.mk-pdp-tabs{padding:10px 16px 40px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.mk-pdp-tab-heads{overflow-x:auto;white-space:nowrap;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:5px}.mk-pdp-tab-head{flex-shrink:0}.mk-pdp-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mk-pdp-carousel::-webkit-scrollbar{display:none}.mk-pdp-main-img .mk-pdp-hero-media,.mk-pdp-main-img img.mk-pdp-hero-img{position:relative;flex:0 0 100%;width:100%;scroll-snap-align:start;display:block!important}}.mk-wa-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:20px}.mk-wa-modal-overlay.active{opacity:1;pointer-events:auto}.mk-wa-modal{background:#fff;border-radius:24px;width:100%;max-width:400px;padding:40px 30px;text-align:center;position:relative;transform:translateY(20px);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.mk-wa-modal-overlay.active .mk-wa-modal{transform:translateY(0)}.mk-wa-close{position:absolute;top:16px;right:16px;background:#f4f4f4;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.mk-wa-close:hover{background:#e0e0e0}.mk-wa-close svg{width:16px;height:16px;stroke:#1c1c1c}.mk-wa-img-wrap{margin:0 auto 24px;max-width:220px}.mk-wa-img{width:100%;height:auto}.mk-wa-modal h3{font-size:22px;font-weight:800;margin:0 0 10px;color:#1c1c1c}.mk-wa-modal p{font-size:14px;color:#6b6b6b;margin:0 0 24px;line-height:1.5}.mk-wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#25d366;color:#fff;text-decoration:none;padding:14px 24px;border-radius:12px;font-weight:700;font-size:15px;transition:transform .2s,background .2s}.mk-wa-btn:hover{background:#128c7e;transform:scale(1.02)}.mk-wa-btn svg{width:22px;height:22px}.mk-sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid #eee;box-shadow:0 -4px 20px #0000000d;transform:translateY(110%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:100;padding:12px 24px}.mk-sticky-atc.show{transform:translateY(0)}.mk-sticky-atc-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.mk-sticky-atc-info{display:flex;align-items:center;gap:16px}.mk-sticky-atc-img{width:44px;height:44px;border-radius:6px;object-fit:cover}.mk-sticky-atc-text{display:flex;flex-direction:column}.mk-sticky-atc-title{font-weight:700;font-size:14px;color:#1c1c1c;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.mk-sticky-atc-price-wrap{display:flex;align-items:center;gap:8px}.mk-sticky-atc-compare{font-size:13px;color:#888;text-decoration:line-through}.mk-sticky-atc-save-desktop{font-size:12px;font-weight:700;color:#27ae60;background:#eafaf1;padding:2px 6px;border-radius:4px}.mk-sticky-atc-save-mobile{display:none;font-size:13px;font-weight:700;color:#c0392b}.mk-sticky-atc-price{font-weight:700;color:var(--mk-orange);font-size:14px}.mk-sticky-atc-btn{background:var(--mk-orange);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:700;font-size:13px;cursor:pointer;white-space:nowrap}@media(max-width:768px){.mk-sticky-atc{padding:12px 16px}.mk-sticky-atc-img,.mk-sticky-atc-title{display:none}.mk-sticky-atc-price{font-size:18px}.mk-sticky-atc-compare,.mk-sticky-atc-save-desktop{display:none}.mk-sticky-atc-save-mobile{display:block}.mk-sticky-atc-btn{flex:1;margin-left:16px}}.mk-marquee{width:100%;overflow:hidden;display:block;padding:10px 0}.mk-marquee-wrapper{display:flex;overflow:hidden;white-space:nowrap}.mk-marquee-content{display:inline-block;white-space:nowrap;animation:mk-marquee-slide linear infinite}.mk-marquee-text{display:inline-block;padding:0 40px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.mk-marquee:hover .mk-marquee-content{animation-play-state:paused}@keyframes mk-marquee-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mk-pdp-cro-widgets{margin:20px 0;display:flex;flex-direction:column;gap:10px}.mk-pdp-social-proof,.mk-pdp-urgency,.mk-pdp-countdown{display:flex;align-items:center;gap:8px;font-size:14px;padding:10px 14px;border-radius:6px}.mk-pdp-social-proof{background:#f0f7ff;color:#004085;border:1px solid #cce5ff}.mk-pdp-urgency{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.mk-pdp-countdown{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.mk-cro-icon{font-size:16px}
/*# sourceMappingURL=/cdn/shop/t/7/assets/mkshop.css.map */
