/* Home page; every selector is scoped to avoid changing the catalogue. */
.mc-home{background:#fff;color:#161719;overflow:hidden}
.mc-home-container{max-width:1420px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
.mc-home a{transition:color .2s ease,background-color .2s ease}
.mc-home a:hover{color:#ef7d05}
.mc-home-hero{position:relative;margin-top:0}
.mc-home-hero-viewport{overflow:hidden;border-radius:5px}
.mc-home-hero-track{display:flex;transition:transform .5s ease;will-change:transform}
.mc-home-hero-slide{flex:0 0 100%;min-width:0}
.mc-home-hero-link,.mc-home-hero-picture,.mc-home-hero-picture img{display:block;width:100%}
.mc-home-hero-picture img{height:auto;aspect-ratio:2840/700;object-fit:cover;border-radius:5px}
.mc-home-hero-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:44px;height:46px;border-radius:4px;background:#fff;color:#111;box-shadow:0 3px 16px #0003;font:36px/1 Ubuntu,Arial,sans-serif;opacity:0;transition:opacity .2s}
.mc-home-hero:hover .mc-home-hero-arrow,.mc-home-hero-arrow:focus-visible{opacity:1}
.mc-home-hero-prev{left:24px}.mc-home-hero-next{right:24px}
.mc-home-hero-dots{position:absolute;z-index:2;left:50%;bottom:13px;transform:translateX(-50%);display:flex;align-items:center;gap:7px}
.mc-home-hero-dots button{width:8px;height:8px;padding:0;border-radius:50%;background:#fff9;box-shadow:0 0 3px #0006}
.mc-home-hero-dots button.active{background:#fff;width:24px;border-radius:8px}
.mc-home-quick{display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:15px}
.mc-home-quick-link{height:77px;border-radius:4px;background:#f2f2f2;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;font-size:14px;color:#000}
.mc-home-quick-link:hover,.mc-home-benefit:hover{background:#e8e8e8}
.mc-home-quick-link img{width:20px;height:20px;object-fit:contain}
.mc-home-benefits{margin-top:40px;margin-bottom:60px}
.mc-home-benefits-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.mc-home-benefit{min-height:92px;padding:16px;display:flex;align-items:center;gap:16px;background:#f2f2f2;border-radius:5px;color:#000}
.mc-home-benefit img{width:60px;height:60px;object-fit:contain;flex:0 0 60px}
.mc-home-benefit strong{display:block;font-size:14px;line-height:1.2;margin-bottom:6px}
.mc-home-benefit small{display:block;color:#737373;font-size:12px;line-height:1.4}
.mc-home-section{margin-top:60px;margin-bottom:70px}
.mc-home-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px}
.mc-home-heading h2{font-size:32px;line-height:1.2;font-weight:700;margin:0}
.mc-home-heading-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.mc-home-see-all{color:#9d9d9d;font-size:16px;white-space:nowrap;margin-right:5px}
.mc-home-arrow{width:34px;height:34px;display:grid;place-items:center;border:1px solid #e6e6e6;border-radius:4px;background:#fff;color:#222;font-size:28px;line-height:1}
.mc-home-arrow:hover{border-color:#ef7d05;color:#ef7d05}
.mc-home-scroll{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.mc-home-scroll::-webkit-scrollbar{display:none}
.mc-home-scroll>*{scroll-snap-align:start}
.mc-home-offers{display:flex;gap:20px}
.mc-home-offer{display:block;flex:0 0 calc((100% - 120px)/7);min-width:0;border-radius:4px;overflow:hidden}
.mc-home-offer-picture,.mc-home-offer-picture img{display:block;width:100%}
.mc-home-offer-picture img{aspect-ratio:640/860;object-fit:cover;border-radius:4px}
.mc-home-brand-section .mc-home-heading{justify-content:center}
.mc-home-brand-section .mc-home-heading-actions{position:absolute;right:24px}
.mc-home-brand-section{position:relative}
.mc-home-brands{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,100px);grid-auto-columns:calc((100% - 100px)/6);gap:20px}
.mc-home-brand{border:1px solid #efefef;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:12px;background:#fff}
.mc-home-brand:hover{border-color:#ef7d05}
.mc-home-brand img{width:100%;height:70px;object-fit:contain}
.mc-home-products{display:flex;gap:20px;align-items:stretch}
.mc-home-products .product-card{flex:0 0 calc((100% - 80px)/5);max-width:calc((100% - 80px)/5);display:flex;flex-direction:column;min-height:390px;border:0;padding:0 0 10px}
.mc-home-products .card-photo{width:100%;height:188px;grid-column:auto;grid-row:auto}
.mc-home-products .card-photo img{height:170px}
.mc-home-products .card-details{display:flex;flex-direction:column;grid-column:auto;grid-row:auto}
.mc-home-products .card-price{display:flex;order:0}
.mc-home-products .card-saving{display:block;order:1}
.mc-home-products .card-name{order:2;font-size:14px;min-height:58px;margin:10px 0 8px}
.mc-home-products .card-rating{display:block;order:3}
.mc-home-products .card-sku{order:4}
.mc-home-products .payment-chip{order:5}
.mc-home-products .card-actions{display:flex;flex-direction:row;grid-column:auto;grid-row:auto;align-items:center;align-content:normal;margin-top:auto;padding-top:10px}
.mc-home-products .card-actions .btn-buy{width:auto;max-width:none;flex:0 1 auto}
.mc-home-products .list-price,.mc-home-products .card-attributes{display:none}
.mc-home-categories{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,220px);grid-auto-columns:calc((100% - 100px)/6);gap:20px}
.mc-home-category{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;border:1px solid #eee;border-radius:5px;padding:10px;color:#111}
.mc-home-category:hover{border-color:#ef7d05}
.mc-home-category img{height:160px;width:100%;object-fit:contain}
.mc-home-category span{font-size:14px;line-height:1.3;display:grid;place-items:center;min-height:40px}
.mc-home-promotions{display:flex;gap:20px}
.mc-home-promotion{flex:0 0 calc((100% - 40px)/3);min-width:0;background:#f2f2f2;border-radius:5px;overflow:hidden;display:flex;flex-direction:column;color:#111}
.mc-home-promotion img{width:100%;aspect-ratio:920/530;object-fit:cover;display:block}
.mc-home-promotion-content{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.mc-home-promotion h3{font-size:18px;line-height:1.3;margin:0}
.mc-home-promotion p{font-size:16px;line-height:1.3;margin:0;color:#333}
.mc-home-promotion-content>span{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:11px 15px;border-radius:5px;background:#ef7d05;color:#fff;font-weight:700;font-size:16px}
.mc-home-promotion:hover .mc-home-promotion-content>span{background:#cb6a04}
.mc-home-review-section .mc-home-heading{margin-bottom:4px}
.mc-home-review-link{display:flex;gap:20px;align-items:center;margin-bottom:20px}
.mc-home-review-link a{color:#777;font-size:14px}
.mc-home-stars{color:#ef7d05;letter-spacing:2px}
.mc-home-reviews{display:flex;gap:20px}
.mc-home-review{flex:0 0 calc((100% - 40px)/3);min-width:0}
.mc-home-review-body{position:relative;height:256px;padding:24px 20px 18px;background:#f2f2f2;border-radius:5px;display:flex;flex-direction:column}
.mc-home-review-body:before{content:'“';position:absolute;top:-25px;left:18px;color:#ef7d05;font:54px Georgia,serif}
.mc-home-review-body:after{content:'';position:absolute;left:27px;bottom:-10px;border-top:10px solid #f2f2f2;border-left:10px solid transparent;border-right:10px solid transparent}
.mc-home-review-body p{font-size:14px;line-height:1.4;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical}
.mc-home-review-body a{font-size:13px;color:#888;margin-top:auto}
.mc-home-review-person{padding:20px 15px;display:flex;align-items:center;gap:15px}
.mc-home-review-avatar{width:50px;height:50px;flex:0 0 50px;background:#ddd;border-radius:50%;display:grid;place-items:center;font-size:24px;color:#fff}
.mc-home-review-person small,.mc-home-review-person strong,.mc-home-review-person .mc-home-stars{display:block}
.mc-home-review-person small{color:#999;font-size:14px}
.mc-home-review-person strong{font-size:17px}
.mc-home-subscribe{background:#f2f2f2;padding:38px 0 44px}
.mc-home-subscribe-inner{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.mc-home-subscribe h2{font-size:30px;margin:0 0 9px}
.mc-home-subscribe p{margin:0;color:#555}
.mc-home-subscribe-fields{display:flex;gap:10px}
.mc-home-subscribe input{height:45px;min-width:0;flex:1;border:1px solid #ccc;border-radius:4px;background:#fff;padding:0 14px}
.mc-home-subscribe button{height:45px;padding:0 25px;border-radius:4px;background:#ef7d05;color:#fff;font-weight:700}
.mc-home-subscribe button:hover{background:#cb6a04}
.mc-home-subscribe form small{display:block;color:#777;font-size:12px;margin-top:8px}
.mc-home-subscribe-status{display:block;color:#666;font-size:13px;margin-top:5px}
@media(max-width:1419px){.mc-home-offer{flex-basis:calc((100% - 120px)/7)}.mc-home-products .product-card{flex-basis:calc((100% - 80px)/5);max-width:calc((100% - 80px)/5)}}
@media(max-width:1239px){.mc-home-offer{flex-basis:calc((100% - 100px)/6)}.mc-home-products .product-card{flex-basis:calc((100% - 60px)/4);max-width:calc((100% - 60px)/4)}}
@media(max-width:979px){.mc-home-offer{flex-basis:calc((100% - 80px)/5)}.mc-home-brands{grid-auto-columns:calc((100% - 40px)/3)}.mc-home-categories{grid-auto-columns:calc((100% - 40px)/3)}.mc-home-benefits-track{grid-template-columns:repeat(2,minmax(0,1fr))}.mc-home-products .product-card{flex-basis:calc((100% - 40px)/3);max-width:calc((100% - 40px)/3)}.mc-home-promotion,.mc-home-review{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:767px){.mc-home-container{padding-left:15px;padding-right:15px}.mc-home-hero-picture img{aspect-ratio:690/360}.mc-home-hero-arrow{opacity:1;width:36px;height:38px;font-size:29px}.mc-home-hero-prev{left:15px}.mc-home-hero-next{right:15px}.mc-home-quick{display:grid}.mc-home-benefits{margin-top:20px;margin-bottom:36px}.mc-home-benefits-track{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.mc-home-benefit{flex:0 0 85%;scroll-snap-align:start;padding:10px 16px;min-height:80px}.mc-home-section{margin-top:40px;margin-bottom:45px}.mc-home-heading{margin-bottom:16px}.mc-home-heading h2{font-size:22px}.mc-home-see-all{font-size:13px}.mc-home-arrow{width:28px;height:28px;font-size:23px}.mc-home-heading-actions{gap:4px}.mc-home-offers{gap:15px}.mc-home-offer{flex-basis:calc((100% - 15px)/2)}.mc-home-brand-section .mc-home-heading{justify-content:space-between}.mc-home-brand-section .mc-home-heading-actions{position:static}.mc-home-brands{grid-template-rows:repeat(3,85px);grid-auto-columns:calc((100% - 15px)/2);gap:15px}.mc-home-brand img{height:60px}.mc-home-categories{grid-template-rows:repeat(2,165px);grid-auto-columns:calc((100% - 15px)/2);gap:15px}.mc-home-category img{height:105px}.mc-home-category span{font-size:13px}.mc-home-products{gap:15px}.mc-home-products .product-card{flex-basis:calc((100% - 15px)/2);max-width:calc((100% - 15px)/2);min-height:360px}.mc-home-products .card-photo{height:150px}.mc-home-products .card-photo img{height:140px}.mc-home-products .card-name{font-size:13px;min-height:54px}.mc-home-products .card-price strong{font-size:17px}.mc-home-products .card-price del{font-size:11px}.mc-home-products .card-rating{font-size:12px}.mc-home-products .card-actions .btn-buy{min-width:88px;font-size:12px;padding:0 7px}.mc-home-products .icon-button{padding:3px}.mc-home-promotion,.mc-home-review{flex-basis:100%}.mc-home-promotion-content{padding:15px}.mc-home-promotion h3{font-size:16px}.mc-home-promotion p{font-size:13px}.mc-home-review-body{height:232px}.mc-home-subscribe{padding:30px 0 95px}.mc-home-subscribe-inner{display:block}.mc-home-subscribe h2{font-size:22px}.mc-home-subscribe p{font-size:14px;margin-bottom:18px}.mc-home-subscribe button{padding:0 12px;font-size:13px}}
@media(max-width:420px){.mc-home-heading-actions .mc-home-arrow{display:none}.mc-home-quick-link{font-size:12px}.mc-home-products .card-actions{gap:2px}.mc-home-products .card-actions .btn-buy{min-width:83px}.mc-home-products .card-sku{font-size:11px}}
/* Match the source carousels' breakpoint counts and banner proportions. */
@media(min-width:1600px){.mc-home-offer{flex-basis:calc((100% - 140px)/8)}}
@media(min-width:1420px){.mc-home-products .product-card{flex-basis:calc((100% - 100px)/6);max-width:calc((100% - 100px)/6)}}
@media(min-width:581px) and (max-width:992px){.mc-home-hero-picture img{aspect-ratio:1440/700}}
@media(min-width:768px) and (max-width:1023px){.mc-home-products .product-card{flex-basis:calc((100% - 40px)/3);max-width:calc((100% - 40px)/3)}.mc-home-review{flex-basis:calc((100% - 20px)/2)}}
@media(min-width:770px) and (max-width:979px){.mc-home-offer{flex-basis:calc((100% - 80px)/5)}}
@media(min-width:670px) and (max-width:769px){.mc-home-offer{flex-basis:calc((100% - 60px)/4)}}
@media(min-width:420px) and (max-width:669px){.mc-home-offer{flex-basis:calc((100% - 30px)/3)}}
@media(max-width:1240px) and (min-width:660px){.mc-home-promotion{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:659px){.mc-home-promotion{flex-basis:100%}}
/* Original advantage carousel uses one card below 575px and a two-by-two grid until 1240px. */
.mc-home-benefits-dots{display:none}
.mc-home-review-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
@media(min-width:575px) and (max-width:1239px){.mc-home-benefits-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;overflow:visible}.mc-home-benefit{min-width:0}}
@media(max-width:574px){.mc-home-benefits-track{gap:20px}.mc-home-benefit{flex:0 0 100%}.mc-home-benefits-dots{display:flex;justify-content:center;gap:7px;margin-top:13px}.mc-home-benefits-dots button{width:7px;height:7px;padding:0;border-radius:50%;background:#c6c6c6}.mc-home-benefits-dots button.active{background:#ef7d05}}
