﻿.product-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;background:rgba(0,0,0,0);min-height:200px;transition:opacity .2s ease}@media(max-width: 991.9px){.product-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575.9px){.product-grid{grid-template-columns:repeat(2, 1fr);gap:12px}.product-card__body{padding:10px 10px 0}.product-card__name{font-size:14px}.product-card__perkg{font-size:11px;margin-bottom:4px}.product-card__price{font-size:16px}.product-card__price-old{font-size:11px}.product-card__add{left:10px;right:10px;font-size:12px;padding:7px 6px;border-radius:12px 12px 0 0}.product-card__badge{width:34px;height:34px;top:8px;left:8px}.product-card{padding-bottom:14px}}@media(max-width: 360px){.product-card__name{font-size:13px}.product-card__price{font-size:15px}.product-card__add{font-size:11px;padding:6px 4px}}@media(min-width: 1440px){.product-card__add{font-size:14px;padding:10px 12px}}.product-card{position:relative;display:flex;flex-direction:column;background:#f7f7f6;padding:0 0 18px;height:100%;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.product-card:hover{box-shadow:0 16px 42px rgba(137,31,66,.2);transform:translateY(-4px)}.product-card__badge{position:absolute;top:10px;left:10px;z-index:2;width:46px;height:46px;pointer-events:none}.product-card__badge img{width:100%;height:100%;object-fit:contain;display:block}.product-card__media{position:relative}.product-card__img{display:block;aspect-ratio:5/6;background:#f7f7f6}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__add{position:absolute;left:20px;right:20px;bottom:0;border:0;background:linear-gradient(90deg, #d51e4a 0%, #722757 100%);color:#fff;font-family:"Raleway",sans-serif;font-weight:700;font-size:15px;text-align:center;padding:11px 12px;border-radius:18px 18px 0 0;cursor:pointer;transition:filter .2s ease}.product-card__add:hover{filter:brightness(1.08)}.product-card__add:disabled{opacity:.9;cursor:default}.product-card__add.is-added{background:#1e7d34}.product-card__body{padding:14px 20px 0;display:flex;flex-direction:column;flex:1 1 auto}.product-card__name{display:block;color:#d51e4a;font-weight:800;font-size:20px;line-height:1.2;margin:0 0 6px;min-height:2.4em}.product-card__name:hover{color:#891f42}.product-card__perkg{display:block;color:#af682f;font-family:"DM Sans","Raleway",sans-serif;font-weight:500;font-size:14px;margin-bottom:6px}.product-card__prices{display:flex;align-items:baseline;gap:8px;margin-top:auto}.product-card__price{color:#55595c;font-family:"DM Sans","Raleway",sans-serif;font-weight:700;font-size:24px}.product-card__price-old{color:#aaa;font-family:"DM Sans","Raleway",sans-serif;text-decoration:line-through;font-size:14px}.product-listing{padding:36px 0 64px}.product-listing__spot{color:#6c6c6c;font-size:16px;margin:0 0 24px}@media(max-width: 767.9px){.product-listing__spot{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;margin-bottom:16px}}.product-filter{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.product-filter__sub{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding-top:16px;border-top:1px solid #eee}.product-filter__pill{background:#fff;border:1px solid rgba(137,31,66,.35);color:#891f42;font-family:"Raleway",sans-serif;font-weight:700;font-size:15px;padding:9px 20px;border-radius:0;cursor:pointer;transition:all .18s ease}.product-filter__pill:hover{border-color:#891f42}.product-filter__pill.is-active{background:#d51e4a;border-color:#d51e4a;color:#fff}.product-filter__sub .product-filter__pill{font-size:14px;padding:7px 16px}.section-title-crimson{color:#d51e4a;font-weight:800;font-size:32px;margin:48px 0 24px}.product-detail{padding:0 0 8px}.product-detail__row{display:grid;grid-template-columns:5fr 6fr;gap:56px;align-items:start}.product-detail__info{padding-top:38px}.product-detail__gallery{margin-left:calc(-1*clamp(16px,7vw,150px))}.product-gallery__main{position:relative;background:#fff;border-radius:0;overflow:hidden;aspect-ratio:4/5}.product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.product-gallery__main::after{content:"";position:absolute;left:0;right:0;bottom:0;height:30%;pointer-events:none;z-index:1;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.9) 80%, #fff 100%)}.product-gallery__thumbs{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;justify-content:center;gap:12px;padding:16px}.product-gallery__thumb{flex:0 0 auto;width:78px;aspect-ratio:1/1;background:#fff;border:2px solid #ececec;border-radius:0;padding:0;overflow:hidden;cursor:pointer;transition:all .18s ease;box-shadow:0 6px 16px rgba(105,18,48,.12)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb:hover{border-color:rgba(213,30,74,.5)}.product-gallery__thumb.is-active{border-color:#d51e4a}.product-detail__crumb.product-detail__crumb--top{display:none}.product-detail__crumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:#6c6c6c;margin-bottom:18px}.product-detail__crumb a{color:#6c6c6c}.product-detail__crumb a:hover{color:#d51e4a}.product-detail__crumb .is-current{color:#3a2c25}.product-detail__crumb-sep{color:#c9c4be}.product-detail__badge{display:inline-block;color:#d51e4a;border:1px solid #d51e4a;border-radius:30px;font-weight:800;font-size:13px;letter-spacing:.5px;padding:5px 16px;margin-bottom:16px}.product-detail__title{color:#d51e4a;font-weight:800;font-size:52px;line-height:1.05;margin:0 0 14px}.product-detail__size{font-family:"DM Sans","Raleway",sans-serif;color:#af682f;font-weight:500;font-size:17px;margin:-6px 0 12px}.product-detail__spot{color:#891f42;font-size:18px;line-height:1.5;margin:0 0 18px;max-width:520px}.product-detail__price{display:flex;align-items:baseline;gap:14px;margin-bottom:4px}.product-detail__price-main{font-family:"DM Sans","Raleway",sans-serif;font-size:52px;line-height:1}.product-detail__price-int{font-weight:700;color:#3a3a3a}.product-detail__price-rest{font-weight:400;color:#9a9a9a}.product-detail__price-old{font-family:"DM Sans","Raleway",sans-serif;color:#aaa;text-decoration:line-through;font-size:22px}.product-detail__perkg{font-family:"DM Sans","Raleway",sans-serif;color:#d51e4a;font-weight:500;font-size:18px;margin-bottom:26px}.product-props{display:flex;flex-wrap:wrap;margin-bottom:22px;background:#fff;border:1px solid #f0dcdc;border-radius:14px}.product-props__item{flex:1 1 0;min-width:160px;display:flex;align-items:center;gap:14px;padding:18px 22px}.product-props__item+.product-props__item{border-left:1px solid #f0dcdc}.product-props__item-ico{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:#fbeef1;display:inline-flex;align-items:center;justify-content:center;color:#d51e4a}.product-props__item-ico .icon{width:22px;height:22px}.product-props__item-body{display:flex;flex-direction:column;gap:2px}.product-props__item-title{color:#6c6c6c;font-size:13px}.product-props__item-value{color:#3a2c25;font-weight:700;font-size:17px;font-family:"DM Sans","Raleway",sans-serif}.product-variants{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.product-variant{border:1px solid rgba(137,31,66,.35);color:#891f42;font-weight:700;padding:9px 18px;border-radius:0;cursor:pointer;transition:all .18s ease}.product-variant:hover{border-color:#891f42;color:#891f42}.product-variant--selected{background:#d51e4a;border-color:#d51e4a;color:#fff}.product-variant--selected:hover{color:#fff}.product-buy{margin-bottom:22px}.quantity-selector{display:inline-flex;flex-direction:column;gap:7px;margin-bottom:16px}.quantity-selector__label{color:#3a2c25;font-weight:700;font-size:14px}.quantity-selector__buttons{display:inline-flex;align-items:center;width:max-content;border:1px solid #e0dcd6;border-radius:0;overflow:hidden}.quantity-selector__minus,.quantity-selector__plus{background:#fff;border:0;width:42px;height:42px;cursor:pointer;color:#891f42;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.quantity-selector__minus:hover,.quantity-selector__plus:hover{background:#f6f7f4}.quantity-selector__quantity{min-width:54px;text-align:center;font-weight:800;font-size:17px;color:#3a2c25}.product-detail__actions{display:flex;align-items:stretch;gap:12px;max-width:440px}.product-detail__add{flex:1 1 auto;justify-content:center;background:linear-gradient(90deg, #d51e4a 0%, #722757 100%);border-radius:12px;font-size:16px;font-weight:700;padding:14px 26px}.product-detail__add:hover{background:linear-gradient(90deg, #d51e4a 0%, #722757 100%);filter:brightness(1.06);color:#fff}.product-desc{margin-bottom:18px;color:#3a2c25;line-height:1.7}.product-desc__title{display:block;color:#891f42;font-weight:800;font-size:18px;margin-bottom:8px}.location-warning{display:flex;align-items:center;gap:8px;background:#fff7e8;border:1px solid #f0d39a;padding:10px 14px;margin-bottom:18px;font-size:14px;color:#8a6d3b}.location-warning__link{color:#d51e4a;font-weight:700;margin-left:auto}.delivery-message{display:flex;gap:12px;background:#f6f7f4;padding:14px 16px;font-size:14px;color:#3a2c25}.delivery-message .delivery-message__icon img{width:34px;height:auto}.product-trust{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.product-trust__item{display:flex;align-items:center;gap:14px}.product-trust__icon{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:rgba(213,30,74,.08);display:inline-flex;align-items:center;justify-content:center;color:#d51e4a}.product-trust__icon .icon{width:22px;height:22px}.product-trust__text{color:#3a2c25;font-size:14px;font-weight:600}@media(max-width: 991.9px){.product-detail__row{grid-template-columns:1fr;gap:30px}.product-detail__gallery{margin-left:0}.product-detail__crumb.product-detail__crumb--top{display:flex;margin:2px 0 14px}.product-detail__info>.product-detail__crumb{display:none}.product-gallery__thumbs{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;padding:12px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:64px}.product-detail__title{font-size:40px}.product-detail__price-main{font-size:44px}.product-detail__actions{max-width:none}.product-detail__info{display:flex;flex-direction:column;align-items:flex-start}.product-detail__spot{order:1;margin-top:18px}.delivery-message{order:2}.product-trust{order:3}.product-variants,.product-buy,.location-warning,.delivery-message,.product-trust,.product-detail__info .alert{width:100%}}@media(max-width: 575.9px){.product-detail__title{font-size:30px}.product-detail__price-main{font-size:38px}.product-detail__add{font-size:17px;padding:16px 18px}}.product-extra{padding:24px 0 64px}.product-about__head{display:flex;align-items:center;gap:16px;margin:0 0 4px}.product-about__title{color:#d51e4a;font-weight:800;font-size:38px;margin:0;line-height:1}.product-about__cow{height:46px;width:auto;display:block}.product-tabs{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:flex-end;background:#f9efe9;border:1px solid #f3e3d8;border-bottom:0;border-radius:14px 14px 0 0;padding:6px 10px 0;margin:18px 0 0}.product-tab{display:inline-flex;align-items:center;gap:9px;background:none;border:0;padding:13px 20px 15px;cursor:pointer;font-family:"Raleway",sans-serif;font-weight:700;font-size:16px;color:#6b6560;position:relative;transition:color .18s ease}.product-tab .product-tab__ico{width:19px;height:19px;flex:0 0 auto}.product-tab:hover{color:#d51e4a}.product-tab.is-active{color:#d51e4a}.product-tab.is-active::after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:3px;border-radius:3px;background:#d51e4a}.product-tab-panel{display:none;color:#3a2c25;line-height:1.7}.tab-cms>p{color:#6c6c6c;font-size:15px;margin:0 0 22px}.tab-cms>.row{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;margin:0}.tab-cms>.row>[class*=col-]{flex:none;width:auto;max-width:none;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center;padding:16px 18px;background:#fff;border:1px solid #f0dcdc;border-radius:14px}.tab-cms>.row>[class*=col-] .besin-ico{grid-row:1/3;width:52px;height:52px;border-radius:50%;background:#fbeef1;display:inline-flex;align-items:center;justify-content:center;color:#d51e4a}.tab-cms>.row>[class*=col-] .besin-ico .icon{width:24px;height:24px}.tab-cms>.row>[class*=col-] h5{font-family:"Raleway",sans-serif;font-size:14px;font-weight:600;color:#6c6c6c;margin:0 0 4px;line-height:1.3}.tab-cms>.row>[class*=col-] span,.tab-cms>.row>[class*=col-] p{display:block;font-family:"DM Sans","Raleway",sans-serif;font-size:20px;font-weight:700;line-height:1.1;color:#3a2c25;margin:0;overflow-wrap:break-word}.tab-cms>.row>[class*=col-] span small,.tab-cms>.row>[class*=col-] p small{font-size:13px;font-weight:500;color:#6c6c6c}.tab-cms .besin-note{display:flex;align-items:center;gap:12px;background:#fbeef1;border-radius:12px;padding:12px 16px;margin-top:14px}.tab-cms .besin-note__ico{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:#d51e4a;color:#fff;display:inline-flex;align-items:center;justify-content:center}.tab-cms .besin-note__ico .icon{width:16px;height:16px}.tab-cms .besin-note__text{font-size:14px;color:#3a2c25}.tab-cms .storage-tips{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.tab-cms .storage-tip{display:inline-flex;align-items:center;gap:10px;background:#fdf1f3;border:1px solid #f5dfe3;border-radius:12px;padding:12px 16px;font-size:13px;font-weight:600;color:#3a2c25}.tab-cms .storage-tip .icon{width:18px;height:18px;color:#d51e4a;flex:0 0 auto}.tab-cms .besin-hero{display:flex;align-items:center;gap:24px;background:#fff;border:1px solid #f0dcdc;border-radius:14px;padding:20px 28px;margin:0 0 14px}.tab-cms .besin-hero__ring{position:relative;flex:0 0 auto;width:92px;height:92px}.tab-cms .besin-hero__ring-svg{display:block;width:100%;height:100%}.tab-cms .besin-hero__zap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#f0879c}.tab-cms .besin-hero__zap .icon{width:30px;height:30px}.tab-cms .besin-hero__label{display:block;color:#241f1f;font-size:18px;font-weight:500;margin-bottom:4px}.tab-cms .besin-hero__vals{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.tab-cms .besin-hero__val{font-family:"DM Sans","Raleway",sans-serif;font-size:clamp(28px,2.5vw,38px);font-weight:700;line-height:1.1;color:#241f1f;white-space:nowrap}.tab-cms .besin-hero__sep{width:1px;height:42px;background:#ddd3d3}.tab-cms .storage-steps{display:flex;flex-direction:column;gap:14px}.tab-cms .storage-step{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #f0dcdc;border-radius:16px;padding:18px 22px}.tab-cms .storage-step__ico{flex:0 0 auto;width:60px;height:60px;border-radius:50%;background:#fbeef1;display:inline-flex;align-items:center;justify-content:center;color:#d51e4a}.tab-cms .storage-step__ico .icon{width:28px;height:28px}.tab-cms .storage-step__no{flex:0 0 auto;font-family:"DM Sans","Raleway",sans-serif;font-size:32px;font-weight:700;color:#d51e4a;padding-right:18px;border-right:1px solid #ecdcdc}.tab-cms .storage-step__text{font-size:15px;line-height:1.6;color:#3a2c25}.tab-cms .storage-step__text p{margin:0}.tab-cms>table{width:100%;border-collapse:collapse;font-size:14px}.tab-cms>table th,.tab-cms>table td{padding:12px 14px;border-bottom:1px solid #f0dcdc;text-align:left}.tab-cms>table th{color:#891f42;font-weight:700}.tab-cms>table tr:nth-child(even) td{background:#fdf7f8}@media(max-width: 1399.9px){.tab-cms>.row{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767.9px){.tab-cms>.row{grid-template-columns:repeat(2, 1fr);gap:10px}.tab-cms>.row>[class*=col-]{padding:12px 14px;column-gap:10px}.tab-cms>.row>[class*=col-] .besin-ico{width:44px;height:44px}.tab-cms>.row>[class*=col-] .besin-ico .icon{width:20px;height:20px}.tab-cms>.row>[class*=col-] h5{font-size:13px}.tab-cms>.row>[class*=col-] span,.tab-cms>.row>[class*=col-] p{font-size:19px}.tab-cms .besin-hero{gap:14px;padding:14px 16px}.tab-cms .besin-hero .besin-hero__ring{width:72px;height:72px}.tab-cms .besin-hero .besin-hero__zap .icon{width:24px;height:24px}.tab-cms .besin-hero .besin-hero__val{font-size:clamp(18px,5.5vw,26px)}.tab-cms .besin-hero .besin-hero__sep{height:30px}.tab-cms .besin-hero .besin-hero__vals{gap:12px;flex-wrap:nowrap}.tab-cms .storage-step{gap:10px;padding:14px 14px}.tab-cms .storage-step__ico{width:40px;height:40px}.tab-cms .storage-step__ico .icon{width:20px;height:20px}.tab-cms .storage-step__no{font-size:22px;padding-right:10px}.tab-cms .storage-step__text{font-size:14px}.tab-cms .storage-tips{flex-direction:column;gap:8px}.tab-cms .storage-tip{width:100%;justify-content:flex-start}}.product-tab-panel.is-active{display:block;animation:productTabIn .25s ease}@keyframes productTabIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.tab-sheet{display:grid;grid-template-columns:.88fr 1.12fr;background:#fdf6f0;border:1px solid #f3e3d8;border-radius:0 18px 18px 18px;overflow:hidden;margin-bottom:22px}.tab-sheet>.tab-sheet__body:only-child{grid-column:1/-1}.tab-sheet__media{position:relative;min-height:420px}.tab-sheet__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.tab-sheet__body{padding:clamp(24px,3.2vw,46px);min-width:0}.tab-sheet__title{font-size:clamp(26px,2.6vw,36px);font-weight:800;color:#3a2c25;margin:0 0 6px}.tab-sheet__sub{color:#6c6c6c;font-size:16px;margin:0 0 24px}.product-about__text{font-size:16px;line-height:1.75}.product-about__text h2,.product-about__text h3,.product-about__text h4{color:#3a2c25;font-weight:800;font-size:clamp(26px,2.6vw,36px);margin:0 0 14px}.product-about__text>p:first-child{font-size:19px;font-weight:600;color:#3a2c25}.product-about__text p{margin:0 0 12px}.product-features{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;margin:14px 0 0}.tab-sheet__media+.tab-sheet__body .product-features{grid-template-columns:repeat(2, 1fr)}.product-feature{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #f0dcdc;border-radius:14px;padding:14px 20px}.product-feature__icon{flex:0 0 auto;width:78px;height:78px;display:inline-flex;align-items:center;justify-content:center}.product-feature__icon img{width:100%;height:100%;object-fit:contain}.product-feature__label{font-size:15px;font-weight:700;color:#3a2c25;line-height:1.35}.product-features__title{font-size:20px;font-weight:800;color:#d51e4a;margin:28px 0 0}@media(max-width: 991.9px){.tab-sheet{grid-template-columns:1fr}.tab-sheet__media{min-height:0;aspect-ratio:16/10}.tab-sheet__media img{position:static}.tab-sheet__media--tall{aspect-ratio:auto}.tab-sheet__media--tall img{height:auto}.product-features{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767.9px){.product-about__title{font-size:28px}.product-tabs{display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;background:rgba(0,0,0,0);border:0;border-radius:0;padding:0;width:100%}.product-tabs::-webkit-scrollbar{display:none}.product-tab{flex:1 1 auto;justify-content:center;background:#f9efe9;border:1px solid #f3e3d8;border-bottom:0;border-radius:12px 12px 0 0;font-size:11.5px;white-space:nowrap;padding:11px 5px 14px;gap:4px}.product-tab .product-tab__ico{width:14px;height:14px}.product-tab.is-active{background:#fff}.product-tab.is-active::after{left:10px;right:10px;bottom:5px}.product-features__title{font-size:18px}.product-features{grid-template-columns:repeat(2, 1fr);gap:12px}.product-feature{flex-direction:column;justify-content:center;text-align:center;gap:10px;padding:16px 12px}.product-feature__icon{width:70px;height:70px}.product-feature__label{font-size:14px}.product-props{flex-direction:column}.product-props__item{padding:13px 16px;justify-content:space-between}.product-props__item-ico{display:none}.product-props__item-body{flex:1;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.product-props__item-value{font-size:16px}.product-props__item+.product-props__item{border-left:0;border-top:1px solid #f0dcdc}}@media(max-width: 767.9px){.product-detail__row{grid-template-columns:1fr;gap:24px}.product-detail__title{font-size:26px}}.hero{position:relative;overflow:hidden}.hero--store .hero__bg{width:100%;height:560px;object-fit:cover;object-position:right center;display:block}.hero__container{position:absolute;inset:0;display:flex;align-items:center}.hero__content{max-width:480px}.hero__title{font-size:60px;font-weight:800;line-height:1.02;color:#891f42;margin:0 0 18px}.hero__title-thin{display:block;font-weight:600}.hero__desc{font-size:18px;color:#3a2c25;line-height:1.5;margin-bottom:26px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.btn-hero-outline{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#fff;color:#891f42;border:1px solid rgba(137,31,66,.35);font-weight:700;border-radius:0;transition:all .2s ease}.btn-hero-outline .icon{width:20px;height:20px}.btn-hero-outline:hover{background:#891f42;color:#fff;border-color:#891f42}@media(max-width: 767.9px){.hero--store .hero__bg{height:420px}.hero__title{font-size:36px}.hero__desc{font-size:15px}}.store{padding:36px 0 56px}.store__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:14px}.store__tools{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.store__tools-label{color:#3a2c25;font-weight:700;font-size:15px}.store__head{display:flex;align-items:center;gap:14px}.store__title{color:#d51e4a;font-weight:800;font-size:40px;line-height:1;margin:0}.store__cow{height:64px;width:auto;display:block}.location-selector{position:relative;margin:0}.location-selector__inner{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(213,30,74,.3);border-radius:30px;padding:9px 18px}.location-selector__icon{color:#d51e4a;font-size:18px}.location-selector__value{font-weight:700;color:#3a2c25;font-size:15px}.location-selector__change{background:none;border:0;color:#d51e4a;font-weight:700;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:5px;padding-left:12px;border-left:1px solid rgba(213,30,74,.25)}.location-selector__form{position:absolute;top:calc(100% + 8px);left:0;z-index:50;display:flex;flex-wrap:wrap;gap:10px;background:#fff;padding:16px;min-width:320px;box-shadow:0 12px 30px rgba(105,18,48,.18);border-top:3px solid #f79433}.location-selector__select{border:1px solid #d8d4cf;padding:10px 12px;font-size:14px;min-width:140px;flex:1 1 140px;border-radius:0;background:#fff}.location-selector__submit{background:#891f42;color:#fff;border:0;padding:10px 22px;font-weight:700;flex:1 0 100%;border-radius:0;cursor:pointer}.location-selector__submit:disabled{opacity:.5;cursor:not-allowed}.location-selector__submit:hover:not(:disabled){background:#6d1230}.location-selector__alert{position:absolute;top:calc(100% + 8px);left:0;min-width:320px;z-index:50;font-size:14px;padding:8px 12px}.location-selector__alert--error{background:#fdecec;color:#d51e4a}.store-sort{position:relative}.store-sort__btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg, #d51e4a 0%, #7b1639 100%);color:#fff;border:0;border-radius:30px;padding:10px 22px;font-family:"Raleway",sans-serif;font-weight:700;font-size:15px;cursor:pointer}.store-sort__btn .icon{width:18px;height:18px}.store-sort__btn:hover{filter:brightness(1.06)}.store-sort__menu{position:absolute;top:calc(100% + 8px);left:0;z-index:50;min-width:240px;background:#fff;box-shadow:0 12px 30px rgba(105,18,48,.18);border-top:3px solid #f79433;padding:6px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .18s ease}.store-sort__menu button{display:block;width:100%;text-align:left;background:none;border:0;padding:10px 18px;font-family:"Raleway",sans-serif;font-weight:600;font-size:14px;color:#3a2c25;cursor:pointer}.store-sort__menu button:hover,.store-sort__menu button.is-active{background:#f6f7f4;color:#d51e4a}.store-sort.is-open .store-sort__menu{opacity:1;visibility:visible;transform:translateY(0)}.product-categories{position:relative;display:flex;flex-wrap:wrap;gap:30px;margin-bottom:28px;align-items:center;padding-top:16px}.product-categories::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #d51e4a 0%, #7b1639 100%)}.product-categories__item{position:relative;background:none;border:0;color:#bdbdbd;font-weight:800;font-size:18px;padding:0 0 4px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:color .18s ease}.product-categories__item:not(:last-child):not(.product-categories__item--parent)::after{content:"";position:absolute;right:-15px;top:4px;width:1px;height:16px;background:#d8d8d8}.product-categories__item:hover{color:#d51e4a}.product-categories__item--active{color:#d51e4a;box-shadow:inset 0 -2px 0 #d51e4a}.product-categories__dropdown{position:relative;display:inline-flex;align-items:center}.product-categories__dropdown:not(:last-child)::after{content:"";position:absolute;right:-15px;top:4px;width:1px;height:16px;background:#d8d8d8}.product-categories__arrow{display:inline-block;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:5px solid currentColor;margin-left:4px}.product-categories__submenu{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border-top:3px solid #f79433;box-shadow:0 10px 28px rgba(105,18,48,.18);min-width:200px;padding:6px 0;z-index:40;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .18s ease}.product-categories__dropdown:hover .product-categories__submenu,.product-categories__dropdown.is-open .product-categories__submenu{opacity:1;visibility:visible;transform:translateY(0)}.product-categories__subitem{display:block;padding:9px 18px;color:#3a2c25;font-weight:600;font-size:14px}.product-categories__subitem:hover,.product-categories__subitem--active{background:#f6f7f4;color:#d51e4a}.no-products-message{grid-column:1/-1;text-align:center;padding:40px 0}.product-card__sameday{position:absolute;top:10px;right:10px;z-index:2;background:#f79433;color:#fff;font-weight:700;font-size:11px;padding:5px 10px}.section-title-split{font-weight:400;font-size:40px;color:#d51e4a;margin:8px 0 32px}.section-title-split strong{color:#d51e4a;font-weight:800}.blog-section{padding-bottom:72px}.blog-card{background:#fff;box-shadow:0 6px 22px rgba(0,0,0,.08);height:100%}.blog-card__img{display:block;position:relative;height:220px;overflow:hidden}.blog-card__img img{width:100%;height:100%;object-fit:cover}.blog-card__badge{position:absolute;bottom:0;right:0;background:#891f42;color:#fff;font-weight:700;font-size:13px;padding:8px 16px}.blog-card__body{padding:22px 22px 26px}.blog-card__title{display:block;color:#d51e4a;font-weight:800;font-size:20px;line-height:1.2;margin-bottom:12px}.blog-card__desc{color:#6c6c6c;font-size:14px;line-height:1.6;margin-bottom:18px}.content-section--product{padding:28px 0 64px}.product-list.row{display:grid;grid-template-columns:repeat(4, 1fr);margin:0;border-top:1px solid rgba(213,30,74,.5);border-left:1px solid rgba(213,30,74,.5)}.product-list.row .product-item{width:auto;max-width:none;flex:none;padding:0;margin:0 !important;border-right:1px solid rgba(213,30,74,.5);border-bottom:1px solid rgba(213,30,74,.5)}@media(max-width: 991.9px){.product-list.row{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575.9px){.product-list.row{grid-template-columns:1fr}}.product-list.row .product-box{display:block;position:relative;background:#fff;padding:0 0 16px;height:100%;border-radius:0;box-shadow:none}.product-list.row .product-box__img{position:relative;height:360px;display:block;border-radius:0}.product-list.row .product-box__img img{width:100%;height:100%;object-fit:cover}.product-list.row .product-box__content{padding:14px 16px 0}.product-list.row .product-box__title{color:#d51e4a;font-weight:800;font-size:18px;margin:0 0 4px}.product-list.row .product-box__info{color:#f79433;font-weight:600;font-size:14px}.product-list.row .product-box__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.product-list.row .product-box__price-panel{display:flex;align-items:baseline;gap:8px}.product-list.row .product-box__price{color:#3a2c25;font-weight:800;font-size:20px}.product-list.row .product-box__old-price{color:#aaa;text-decoration:line-through;font-size:14px}.product-list.row .product-box__cart-pnl{flex:0 0 auto}.product-list.row .product-box__cart-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#d51e4a;color:#fff;border-radius:0;cursor:pointer;font-size:20px;transition:background .2s ease}.product-list.row .product-box__cart-btn:hover{background:#891f42}.product-list.row .product-box__badge{position:absolute;top:8px;left:8px;background:#f79433;color:#fff;font-weight:700;font-size:11px;padding:5px 10px;z-index:2}@media(max-width: 767.9px){.store__toolbar{flex-direction:column;align-items:flex-start}.store__title{font-size:32px}.store__cow{height:56px}.product-categories{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:20px;padding-top:14px;padding-bottom:6px;margin-bottom:22px}.product-categories::-webkit-scrollbar{display:none}.product-categories__submenu{display:none}.product-categories__dropdown.is-open .product-categories__submenu{display:block;opacity:1;visibility:visible;transform:none}.product-categories__item,.product-categories__dropdown{flex:0 0 auto;white-space:nowrap}.product-categories__item{font-size:15px}.product-categories__subitem{font-size:14px}}.page-head .breadcrumb{background:rgba(0,0,0,0);padding:0;margin:0 0 10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px}.page-head .breadcrumb-item{font-size:13px;color:#6c6c6c}.page-head .breadcrumb-item a{color:#6c6c6c}.page-head .breadcrumb-item a:hover{color:#d51e4a}.page-head .breadcrumb-item.active{color:#891f42;font-weight:600}.page-head .breadcrumb-item+.breadcrumb-item::before{content:"›";color:#6c6c6c;padding-right:4px;float:none}.location-modal{border:none;border-radius:0;overflow:hidden}.location-modal__header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#f6f7f4}.location-modal__icon{color:#d51e4a;font-size:20px}.location-modal__title{flex:1;margin:0;font-size:16px;font-weight:800;color:#891f42}.location-modal__close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;line-height:1}.location-modal__close:hover{color:#891f42}.location-modal__body{padding:20px}.location-modal__desc{font-size:13px;color:#666;margin-bottom:16px}.location-modal__field{margin-bottom:12px}.location-modal__field:last-child{margin-bottom:0}.location-modal__select{width:100%;height:44px;padding:0 14px;font-size:14px;border:1px solid #ddd;border-radius:0;background:#fff;cursor:pointer;color:#333}.location-modal__select:focus{outline:none;border-color:#891f42}.location-modal__select:disabled{background:#f5f5f5;cursor:not-allowed;color:#999}.location-modal__footer{display:flex;gap:10px;padding:16px 20px;border-top:1px solid #eee}.location-modal__btn{flex:1;height:44px;font-size:14px;font-weight:700;border:none;border-radius:0;cursor:pointer;transition:all .2s}.location-modal__btn--primary{background:#891f42;color:#fff}.location-modal__btn--primary:hover:not(:disabled){background:#6d1230}.location-modal__btn--primary:disabled{background:#ccc;cursor:not-allowed}.location-modal__btn--secondary{background:#f0f0f0;color:#666}.location-modal__btn--secondary:hover{background:#e5e5e5}.search-page{padding:8px 0 64px}.search-page__summary{color:#6c6c6c;font-size:16px;margin:0 0 26px}.search-page__summary strong{color:#d51e4a}.search-page__section-title{margin-top:36px}.search-page__pages{display:grid;grid-template-columns:repeat(2, 1fr);gap:18px}.search-page__page{display:flex;flex-direction:column;gap:8px;padding:20px 22px;background:#f6f7f4;border:1px solid rgba(137,31,66,.08);transition:border-color .18s ease,background .18s ease}.search-page__page:hover{border-color:rgba(213,30,74,.35);background:#fff}.search-page__page:hover .search-page__page-name{color:#d51e4a}.search-page__page-name{font-weight:700;font-size:17px;color:#891f42;transition:color .18s ease}.search-page__page-desc{color:#3a2c25;font-size:14px;line-height:1.6}.search-page__page-more{color:#d51e4a;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:6px}.search-page__page-more .icon{width:16px;height:16px}.search-page__empty{text-align:center;padding:56px 16px}.search-page__empty-title{font-size:22px;font-weight:700;color:#891f42;margin:0 0 8px}.search-page__empty-text{color:#6c6c6c;font-size:15px;margin:0 0 24px}@media(max-width: 767.9px){.search-page__pages{grid-template-columns:1fr}}
