@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=MuseoModerno:wght@100..900&display=swap";*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:#f9f9f9;color:#182d3a;font-family:Montserrat,Arial,sans-serif}button,select,input{font:inherit}button{cursor:pointer}.site-header{position:fixed;inset:0 0 auto;z-index:20;width:100%}.pre-header{min-height:15px;padding:4px 20px;display:flex;align-items:center;justify-content:flex-end;gap:10px;background:#fff}.site-header--transparent .pre-header,.site-header--transparent .main-header{background:transparent}.site-header--transparent select{color:#fff}.pre-header select{border:0;background:transparent;color:#111;font-family:MuseoModerno,sans-serif;font-size:12px;line-height:1.25}.pre-header option{color:#111}.main-header{min-height:62px;padding:8px clamp(16px,4vw,30px);display:grid;grid-template-columns:auto minmax(220px,700px) auto;gap:clamp(16px,4vw,48px);align-items:center;background:#182d3a}.logo-link{display:flex}.logo{width:117px;height:auto}.search-bar{display:grid;grid-template-columns:minmax(116px,150px) minmax(100px,1fr) 45px}.search-bar select,.search-bar input{height:35px;border:0;color:#600a1f}.search-bar select{min-width:0;padding:0 9px;border-radius:10px 0 0 10px}.search-bar input{min-width:0;padding:0 8px}.search-bar input:focus{outline:0}.search-bar button{width:45px;height:35px;border:0;border-radius:0 10px 10px 0;display:grid;place-items:center;background:#eab711;color:#fff}.nav-links{display:flex;justify-content:flex-end;gap:16px}.nav-links a{width:28px;height:28px;display:grid;place-items:center;color:#fff}.button{min-width:114px;min-height:35px;padding:0 18px;border-radius:10px;font-family:MuseoModerno,sans-serif;font-size:15px;font-weight:700;color:#fff}.button--large{min-width:min(253px,100%)}.button--fill{border:2px solid #eab711;background:#eab711}.button--fill:hover{border-color:#fff;background:transparent}.home-page{min-height:100vh;position:relative;overflow:hidden}.home-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:url(/static/bg-koala.jpg) center / cover no-repeat;z-index:-1}.home-hero{min-height:max(100vh,520px);padding:120px clamp(20px,8vw,96px) 56px;display:flex;align-items:center}.home-copy{width:min(650px,100%);color:#fff;text-align:center}.home-copy h1,.home-copy h2,.catalog-hero h1,.catalog-hero p,.stars-copy h2,.stars-copy p{margin:0;letter-spacing:0}.home-copy h1{font-family:MuseoModerno,sans-serif;font-size:clamp(32px,5vw,46px);line-height:1.35;font-weight:800}.home-copy h2{margin:20px 0;font-family:MuseoModerno,sans-serif;font-size:clamp(24px,4vw,34px);line-height:1.35;font-weight:500}.catalog-page{min-height:100vh;padding-top:77px;font-family:MuseoModerno,sans-serif}.catalog-hero{min-height:420px;padding:clamp(48px,10vw,100px) clamp(22px,8vw,62px) 70px;display:grid;grid-template-columns:minmax(260px,340px) minmax(280px,780px);align-items:center;justify-content:space-between;gap:48px}.catalog-hero__copy h1{color:#575555;font-size:24px;line-height:1.55;font-weight:700}.catalog-hero__copy p{margin:15px 0 23px;color:#575555;font-size:20px;line-height:1.55;font-weight:300}.catalog-hero__copy .button{width:100%}.catalog-hero__media{display:flex;align-items:center;justify-content:center;min-height:260px;overflow:hidden}.catalog-hero__media img{width:100%;height:auto;display:block}.stars-section{position:relative;width:min(1103px,calc(100vw - 48px));min-height:140px;margin:0 auto 70px}.stars-card{min-height:140px;border-radius:8px;overflow:hidden;display:grid;grid-template-columns:minmax(260px,33%) 1fr;background:#fff2b4}.stars-copy{padding:20px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stars-copy h2{color:#000;font-size:28px;line-height:1.25;font-weight:600}.stars-copy p{margin-top:10px;color:#000;font-size:12px;line-height:1.6}.stars-image{width:100%;height:140px;object-fit:contain}.carousel-button{position:absolute;top:50%;z-index:1;width:40px;height:40px;border:0;border-radius:8px;display:grid;place-items:center;background:#d9d9d9;transform:translateY(-50%)}.carousel-button--left{left:-20px}.carousel-button--right{right:-20px}.carousel-button--right img{transform:rotate(180deg)}.toolbar{width:min(100% - 48px,1260px);margin:0 auto 22px;display:flex;justify-content:space-between;gap:16px}.control-group{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.control-group span{margin-right:3px;color:#6b6a6b;font-size:14.5px;font-weight:600}.control-group select{min-width:96px;height:37px;border:0;border-radius:3px;padding:0 9px;background:#fff;color:#87949d;font-size:12px;font-weight:600}.product-grid{width:min(100% - 40px,1280px);margin:0 auto;padding:20px 0 60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.product-card{min-height:320px;border:1px solid #f4f4f4;border-radius:8px;overflow:hidden;background:#fff;box-shadow:4px 4px 4px #00000014}.product-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.product-card__body{padding:16px}.product-card__body h3{margin:0 0 8px;font-size:18px;line-height:1.25}.product-card__body p{min-height:48px;margin:0 0 16px;color:#5c6870;font-family:Montserrat,Arial,sans-serif;font-size:14px;line-height:1.5}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__footer span{color:#600a1f;font-size:14px;font-weight:700}.product-card__footer button{min-width:88px;min-height:34px;border:0;border-radius:8px;background:#eab711;color:#fff;font-family:MuseoModerno,sans-serif;font-weight:700}.footer{padding:15px;background:#232f3e;color:#fff;text-align:center}.footer p{margin:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#232f3e1f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{position:fixed;top:50%;left:50%;z-index:1001;width:min(95vw,720px);min-height:min(95vh,500px);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 16px 40px #0000002e;transform:translate(-50%,-50%)}.modal-header{min-height:56px;padding:12px 16px;display:flex;align-items:center;gap:16px;background:#182d3a;color:#ddd}.modal-header h2{flex:1;margin:0;font-size:18px}.modal-header button,.modal-close{border:0;background:transparent;color:currentColor}.modal-close{position:absolute;top:12px;right:12px;z-index:1;color:#182d3a}.modal-content{min-height:500px}@media (max-width: 760px){.main-header{grid-template-columns:1fr auto;gap:12px}.search-bar{grid-column:1 / -1;grid-row:2;grid-template-columns:minmax(96px,125px) minmax(90px,1fr) 45px}.home-hero{align-items:flex-end;padding-top:142px}.catalog-page{padding-top:118px}.catalog-hero{grid-template-columns:1fr;min-height:auto;padding-top:42px}.catalog-hero__copy{max-width:440px}.stars-card{grid-template-columns:1fr}.stars-image{height:auto;padding:0 16px 16px}.carousel-button--left{left:-12px}.carousel-button--right{right:-12px}.toolbar{flex-direction:column}}
