@charset "UTF-8";html.yale-drawer-locked,html.yale-drawer-locked body{overflow:hidden!important}.yale-main-content{margin-top:119px}@media (max-width: 1299px){.yale-main-content{margin-top:119px}}@media (max-width: 479px){.yale-main-content{margin-top:108px}}.yale-icon{display:block;color:inherit;fill:none}.yale-icon path,.yale-icon circle{stroke-width:10}.yale-icon--arrow path,.yale-icon--close path{stroke-width:11}.yale-icon--hamburger path{stroke-width:11}.yale-ann{position:fixed;top:0;left:0;right:0;z-index:1001;height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;background:#21346f;color:#fff;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 1299px){.yale-ann{height:30px}}.yale-ann__viewport{flex:1 1 auto;overflow:hidden;text-align:center;padding:0 4px}.yale-ann__track{display:flex;list-style:none;margin:0;padding:0;width:100%;transition:transform .45s ease}.yale-ann__slide{flex:0 0 100%;min-width:0;text-align:center;padding:0 6px;font-size:11px;font-weight:400;letter-spacing:.4px;line-height:1}.yale-ann__slide a{color:inherit;text-decoration:none;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1299px){.yale-ann__slide{font-size:10.5px;padding:0 4px}}@media (max-width: 480px){.yale-ann__slide{font-size:12px;white-space:normal}.yale-ann__slide a{white-space:normal;overflow:visible;text-overflow:initial}}.yale-ann__arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;color:#fff;border:0;cursor:pointer;padding:0;opacity:.95;transition:opacity .18s ease}.yale-ann__arrow:hover{opacity:1}.yale-ann__arrow svg{width:14px;height:14px;display:block}@media (max-width: 1299px){.yale-ann__arrow{width:30px;height:30px}.yale-ann__arrow svg{width:14px;height:14px}}@media (max-width: 380px){.yale-ann__arrow{width:30px}.yale-ann__arrow svg{width:16px;height:16px}}.yale-header{position:fixed;top:30px;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #cfcfcf;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif;color:#0d0d0d;box-shadow:none}@media (max-width: 1299px){.yale-header{top:30px}}.yale-header a{text-decoration:none;color:inherit}.yale-header button{font:inherit}.yale-header__inner{max-width:none;margin:0 auto;height:89px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:0 44px 0 52px}@media (max-width: 1299px){.yale-header__inner{height:89px;grid-template-columns:auto 1fr auto;padding:0 16px}}@media (max-width: 479px){.yale-header__inner{height:78px;padding:0 12px}}.yale-header__burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:transparent;border:0;color:#0d0d0d;cursor:pointer;padding:0}.yale-header__burger svg{width:28px;height:28px}@media (max-width: 1299px){.yale-header__burger{display:inline-flex}}.yale-header__logo{display:inline-flex;align-items:center;justify-self:start;flex-shrink:0}.yale-header__logo img{display:block;width:128px;height:auto;max-height:58px;object-fit:contain}@media (max-width: 1299px){.yale-header__logo{justify-self:center}.yale-header__logo img{width:150px;max-height:68px}}@media (max-width: 900px){.yale-header__logo img{width:150px;max-height:68px}}@media (max-width: 479px){.yale-header__logo img{width:132px;max-height:60px}}.yale-nav{min-width:0;justify-self:center;align-self:stretch;display:flex}@media (max-width: 1299px){.yale-nav{display:none}}.yale-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;justify-content:center;gap:2px;flex-wrap:nowrap}.yale-nav__item{position:relative;display:flex;align-items:stretch}.yale-nav__link{display:inline-flex;align-items:center;padding:0 14px;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:400;letter-spacing:1.1px;text-transform:uppercase;color:#0d0d0d;white-space:nowrap;height:100%;position:relative}.yale-nav__link span{display:inline-block}.yale-nav__link:hover,.yale-nav__item:hover .yale-nav__link{color:#21346f}.yale-nav__link:after{content:"";position:absolute;left:12px;right:12px;bottom:16px;height:1px;background:#21346f;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.yale-nav__item:hover .yale-nav__link:after,.yale-nav__link:focus-visible:after{transform:scaleX(1)}@media (min-width: 1440px){.yale-nav__link{font-size:11.5px;padding:0 14px}}.yale-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%,4px);min-width:220px;background:#fff;border:1px solid #e6e5e0;box-shadow:0 12px 30px #00000014;padding:18px 22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:1001}.yale-nav__item:hover .yale-dropdown,.yale-nav__item:focus-within .yale-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.yale-dropdown:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.yale-dropdown--grid .yale-dropdown__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 32px;min-width:580px}.yale-dropdown--flat .yale-dropdown__inner{display:flex;flex-direction:column;gap:8px;min-width:200px}.yale-dropdown__family{display:flex;flex-direction:column;gap:2px}.yale-dropdown__heading{display:block;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#0d0d0d;padding:4px 0 6px}.yale-dropdown__heading:hover{color:#21346f}.yale-dropdown__child{display:block;font-size:13px;font-weight:400;color:#555;padding:3px 0;line-height:1.4}.yale-dropdown__child:hover{color:#21346f;text-decoration:underline}.yale-header__actions{display:inline-flex;align-items:center;gap:2px;justify-self:end}.yale-header__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:0;color:#0d0d0d;cursor:pointer;padding:0;position:relative;margin:0 2px}.yale-header__icon svg{width:22px;height:22px}.yale-header__icon:hover{color:#21346f}@media (max-width: 1299px){.yale-header__icon{width:44px;height:44px}.yale-header__icon--account{display:none}.yale-header__icon svg{width:26px;height:26px}}.yale-search{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e6e5e0;box-shadow:0 6px 18px #00000014;padding:22px 24px;transform:translateY(-6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s}.yale-search.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .15s ease,transform .15s ease,visibility 0s linear 0s}.yale-search__form{display:flex;align-items:center;max-width:720px;margin:0 auto;border-bottom:1.5px solid #0d0d0d;padding:4px 0;gap:10px}.yale-search__label{display:inline-flex;color:#0d0d0d;flex:0 0 auto}.yale-search__label svg{width:22px;height:22px}.yale-search__input{flex:1 1 auto;border:0;outline:none;background:transparent;padding:10px 4px;font-size:16px;font-family:inherit;color:#0d0d0d}.yale-search__input::placeholder{color:#888}.yale-search__close{flex:0 0 auto;background:transparent;border:0;color:#0d0d0d;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.yale-search__close svg{width:20px;height:20px}.yale-search__popular{max-width:720px;margin:16px auto 0}.yale-search__popular-title{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#555;margin:0 0 8px}.yale-search__popular-list{display:flex;flex-wrap:wrap;gap:6px 16px}.yale-search__popular-list a{font-size:13px;color:#0d0d0d;text-transform:uppercase;letter-spacing:.6px;padding:4px 0}.yale-search__popular-list a:hover{text-decoration:underline}.yale-drawer{position:fixed;inset:0;z-index:1200;pointer-events:none}.yale-drawer.is-open{pointer-events:auto}.yale-drawer.is-open .yale-drawer__overlay{opacity:1}.yale-drawer.is-open .yale-drawer__panel{transform:translate(0)}.yale-drawer__overlay{position:absolute;inset:0;background:#00000059;opacity:0;transition:opacity .25s ease}.yale-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(360px,88vw);background:#fff;color:#0d0d0d;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;font-family:Roboto,Helvetica Neue,Arial,sans-serif}.yale-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e6e5e0}.yale-drawer__logo img{display:block;width:92px;height:auto;max-height:44px;object-fit:contain}.yale-drawer__close{width:40px;height:40px;background:transparent;border:0;color:#0d0d0d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.yale-drawer__close svg{width:22px;height:22px}.yale-drawer__nav{flex:1 1 auto;overflow-y:auto;padding:8px 0 16px}.yale-drawer__nav ul{list-style:none;margin:0;padding:0}.yale-drawer__item{border-bottom:1px solid #e6e5e0}.yale-drawer__toplink,.yale-drawer__item>details>summary{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-size:15px;font-weight:600;color:#0d0d0d;text-decoration:none;cursor:pointer;list-style:none;gap:12px}.yale-drawer__toplink::-webkit-details-marker,.yale-drawer__item>details>summary::-webkit-details-marker{display:none}.yale-drawer__chev{width:18px;height:18px;transition:transform .2s ease;flex-shrink:0}.yale-drawer__item>details[open]>summary .yale-drawer__chev{transform:rotate(90deg)}.yale-drawer__sub{padding:6px 20px 16px;background:#f7f6f2}.yale-drawer__family{display:flex;flex-direction:column;gap:2px;padding:8px 0}.yale-drawer__family+.yale-drawer__family{border-top:1px dashed #e6e5e0}.yale-drawer__heading{font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#0d0d0d;padding:6px 0}.yale-drawer__child{font-size:14px;color:#555;padding:6px 4px 6px 0}.yale-drawer__child:hover{color:#21346f}.yale-drawer__foot{border-top:1px solid #e6e5e0;padding:14px 20px 22px;display:flex;flex-direction:column;gap:6px}.yale-drawer__foot a{font-size:14px;color:#0d0d0d;padding:6px 0;text-decoration:none}.yale-drawer__foot a:hover{text-decoration:underline}.yale-header header,.yale-header .site-header,.yale-header .wrapper,.yale-header .nav,.yale-header .menu__items,.yale-header .logo__image-link--other{all:unset;display:revert}.yale-footer{position:relative;z-index:1;background:#fff;color:#0d0d0d;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;border-top:0;padding:56px 0 24px}@media (max-width: 899px){.yale-footer{padding:36px 0 22px}}.yale-footer a{color:inherit;text-decoration:none}.yale-footer a:hover{color:#1f306d}.yale-footer button{font:inherit}.yale-footer ul{list-style:none;margin:0;padding:0}.yale-footer__inner{max-width:1360px;margin:0 auto;padding:0 48px}@media (max-width: 1100px){.yale-footer__inner{padding:0 24px}}@media (max-width: 899px){.yale-footer__inner{padding:0 20px}}.yale-footer__cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(280px,1.4fr);gap:32px 40px;align-items:start}@media (max-width: 1100px){.yale-footer__cols{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(240px,1fr);gap:24px 28px}}@media (max-width: 899px){.yale-footer__cols{grid-template-columns:1fr 1fr;gap:36px 40px}}@media (max-width: 599px){.yale-footer__cols{display:block}}.yale-footer__col{min-width:0}@media (max-width: 599px){.yale-footer__col{border-bottom:1px solid #e6e5e0;padding:2px 0}.yale-footer__col--newsletter{border-bottom:0;padding-top:22px}}.yale-footer__title{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0 0 18px;background:transparent;border:0;color:#0d0d0d;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;cursor:default}.yale-footer__title span{display:inline-block}.yale-footer__title .yale-footer__plus,.yale-footer__title .yale-footer__minus{display:none;width:18px;height:18px;flex-shrink:0}.yale-footer__title .yale-footer__plus path,.yale-footer__title .yale-footer__minus path{stroke-width:11}@media (max-width: 599px){.yale-footer__title{padding:18px 0;margin:0;font-size:14px;cursor:pointer}.yale-footer__title .yale-footer__plus{display:block}.yale-footer__title[aria-expanded=true] .yale-footer__plus{display:none}.yale-footer__title[aria-expanded=true] .yale-footer__minus{display:block}}.yale-footer__links{display:flex;flex-direction:column;gap:10px}.yale-footer__links li{line-height:1.4}.yale-footer__links a{display:inline-block;font-size:14px;font-weight:400;color:#1a1a1a;letter-spacing:.1px;padding:2px 0}@media (max-width: 599px){.yale-footer__links{overflow:hidden;max-height:0;transition:max-height .3s ease;padding:0 0 4px;gap:14px}.yale-footer__links li:first-child a{padding-top:6px}.yale-footer__links li:last-child a{padding-bottom:14px}}.yale-footer__col--newsletter .yale-footer__news-title{font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;font-weight:500;letter-spacing:0;text-transform:none;margin:0 0 10px;color:#0d0d0d;line-height:1.2}.yale-footer__col--newsletter .yale-footer__news-sub{margin:0 0 16px;font-size:14px;color:#1a1a1a;line-height:1.4}@media (max-width: 899px){.yale-footer__col--newsletter .yale-footer__news-title{font-size:16px;margin-bottom:10px}}.yale-footer__news-form{display:flex;align-items:stretch;width:100%;max-width:420px;border:1px solid #0d0d0d;background:transparent}.yale-footer__news-input{flex:1 1 auto;min-width:0;height:54px;border:0;outline:none;background:transparent;padding:0 18px;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;color:#0d0d0d}.yale-footer__news-input::placeholder{color:#777;font-family:Archivo,Roboto,Helvetica Neue,Arial,sans-serif}.yale-footer__news-btn{flex:0 0 auto;width:54px;height:54px;background:transparent;border:0;color:#0d0d0d;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.yale-footer__news-btn svg{width:18px;height:18px;fill:none}.yale-footer__news-btn svg path{stroke-width:10}.yale-footer__news-btn:hover{color:#1f306d}.yale-footer__logo{display:flex;align-items:center;justify-content:center;margin:42px auto 22px}.yale-footer__logo img{display:block;width:230px;height:auto;max-width:80vw}@media (max-width: 899px){.yale-footer__logo{margin:32px auto 20px}.yale-footer__logo img{width:190px}}@media (max-width: 479px){.yale-footer__logo img{width:168px}}.yale-footer__bottom{position:relative;display:flex;align-items:center;justify-content:center;gap:16px;border-top:0;padding-top:0;min-height:40px}@media (max-width: 899px){.yale-footer__bottom{flex-direction:column;text-align:center;gap:12px}}.yale-footer__copy{text-align:center;font-size:12px;color:#666;line-height:1.5}.yale-footer__copy a{color:#666}.yale-footer__copy a:hover{color:#0d0d0d;text-decoration:underline}@media (max-width: 899px){.yale-footer__copy{font-size:11.5px}}.yale-footer__payments{display:inline-flex;align-items:center;gap:6px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.yale-footer__payments li{display:inline-flex}@media (max-width: 899px){.yale-footer__payments{position:static;transform:none}}.yale-footer__pay{display:block;height:24px;width:auto}.suggestions-container{display:flex;flex-direction:column;text-align:center;padding:0 1rem;margin:2rem auto 6.3rem}@media screen and (max-width: 539px),(min-width: 540px) and (max-width: 1400px){.suggestions-container{padding:0;margin:1.5rem auto 5rem}}.container-button-see-more{display:flex;justify-content:center;width:100%}@media screen and (max-width: 539px){.container-button-see-more{margin-top:10px}}@media screen and (min-width: 540px) and (max-width: 1400px){.container-button-see-more{margin-top:20px}}.container-button-see-more .shop-hover{display:inline-block;text-decoration:none;background-color:transparent!important}.container-button-see-more .shop-hover .see-more-gif{display:block;height:65px;width:auto}@media screen and (max-width: 539px){.container-button-see-more .shop-hover .see-more-gif{height:50px}}@media (hover: hover){.container-button-see-more .shop-hover:hover{opacity:.85;background-color:transparent!important}}.long-description-container{text-align:justify;padding-inline:100px;padding-block:26px;height:auto}@media screen and (max-width: 539px){.long-description-container{padding-inline:5px}}@media screen and (min-width: 540px) and (max-width: 1400px){.long-description-container{padding-inline:30px}}.suggestion-title{letter-spacing:0;color:#000;font-size:1.2rem;font-family:var(--font-family);font-weight:700}@media screen and (max-width: 539px){.suggestion-title{margin:0 10px}}@media screen and (min-width: 540px) and (max-width: 1400px){.suggestion-title{font-size:var(--font-size-medium)}}.long-description{color:var(--text-color);font-size:var(--font-size);font-family:var(--font-family);font-weight:var(-font-weight);text-align:justify;margin-top:0;text-overflow:ellipsis;height:auto;overflow:hidden;-webkit-font-smoothing:antialiased}@media screen and (max-width: 539px){.long-description{font-size:var(--font-size);margin:0 10px}}@media screen and (min-width: 540px) and (max-width: 1400px){.long-description{font-size:var(--font-size);width:95%}}.product-title{margin:30px 0}@media screen and (max-width: 539px){.product-title{margin:2px 0}}.product-title .title{color:var(--text-color);font-size:1.2rem;font-family:var(--font-family);font-weight:700}@media screen and (max-width: 539px){.product-title .title{font-size:var(--font-size)}}.suggestions{margin-top:2rem;display:grid;grid-template-columns:25% 25% 25% 25%;gap:20px;padding:0 50px 0 100px;justify-content:left;text-align:left}@media screen and (max-width: 539px){.suggestions{margin-top:.3rem;grid-template-columns:50% 50%;gap:15px;padding:0 40px;justify-content:center}}@media screen and (min-width: 540px) and (max-width: 1400px){.suggestions{padding:0 60px 0 30px}}.suggestions .suggestion-item{text-decoration:none;width:fit-content;justify-content:center;align-items:center;display:flex;text-transform:capitalize;color:#000;font-family:var(--font-family);font-weight:400;font-size:15px;padding:10px}.suggestions .suggestion-item:hover{font-weight:700}html,body{margin:0;padding:0}body{background:#fbfbfb!important;font-family:Roboto,sans-serif;font-size:16px;color:#0d0d0d;-webkit-font-smoothing:antialiased}.yale-main-content{min-height:320px;background:#f3f3f3;padding-bottom:44px}section.grid{max-width:1360px;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px;padding:0 20px}@media screen and (max-width: 1279px){section.grid{max-width:1088px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 16px}}@media screen and (max-width: 539px){section.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px;padding:0 12px}}.title-description-container{max-width:1360px;padding-left:20px;padding-right:20px}@media screen and (max-width: 1279px){.title-description-container{max-width:1088px}}@media screen and (max-width: 539px){.title-description-container{padding-left:12px;padding-right:12px}}.card-container{border:0;border-radius:0;box-shadow:none;background:transparent}.see-more-btn{display:inline-block;text-decoration:none;background-color:#0d0d0d;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;letter-spacing:1px;text-transform:uppercase;padding:12px 32px;border:none;cursor:pointer;transition:background-color .25s ease}.see-more-btn:hover{background-color:#333}@media screen and (max-width: 539px){.see-more-btn{font-size:12px;padding:10px 24px}}.see-more-gif{display:none!important}.suggestion-title{font-family:Roboto,sans-serif!important;color:#0d0d0d!important}.long-description,.suggestion-item{font-family:Roboto,sans-serif!important}.third-price{font-size:12px;color:#888;text-decoration:line-through;display:block;margin-top:2px;font-family:Roboto,sans-serif}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center;margin:0 auto;max-width:1200px;padding:0 16px}@media screen and (max-width: 1400px){.grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media screen and (max-width: 539px){.grid{grid-template-columns:repeat(2,1fr);gap:14px 10px;padding:0 12px}}.title-description-container{display:flex;flex-direction:column;align-items:flex-start;max-width:1200px;margin:40px auto 24px;padding:12px 16px 0}@media screen and (max-width: 539px),(max-width: 1400px){.title-description-container{margin-top:24px}}.main-product-title{margin:0;line-height:1.15;color:#0d0d0d;font-size:16px;font-weight:500;text-transform:none;letter-spacing:0;font-family:Roboto,sans-serif}@media screen and (max-width: 539px){.main-product-title{font-size:14px}}.product-description{margin-top:12px;margin-bottom:0;color:#0d0d0d;font-size:14px;font-family:Roboto,sans-serif;font-weight:400;line-height:1.5;width:100%}@media screen and (max-width: 539px){.product-description{width:auto;font-size:13px}}.a-container{display:block;width:100%;max-width:none;text-decoration:none;color:inherit;position:relative}.card-container{position:relative;display:flex;flex-direction:column;align-items:flex-start;height:100%;background:transparent;border:0;border-radius:0;padding:0;cursor:pointer;box-sizing:border-box;box-shadow:none}.image-content{width:100%;aspect-ratio:317/412;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:12px;border-radius:0;overflow:hidden;background:#f7f6f2}.image-content img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 539px){.image-content{margin-bottom:10px}}.loading-image{width:100%;aspect-ratio:317/412;border-radius:0;background-color:#f2f2f2;background-image:linear-gradient(90deg,#f2f2f200,#f2f2f2a6,#f2f2f200);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite}.detail{width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:6px;margin-top:0;flex:1;min-height:0}.brand-name{display:none}.description{margin:0;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:#0d0d0d;font-size:18.72px;line-height:1;letter-spacing:0;text-transform:none;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width: 539px){.description{font-size:16px;line-height:1.05}}.price-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;margin-top:4px;margin-bottom:0;min-height:0}.price-row{display:inline-flex;align-items:baseline;justify-content:flex-start;flex-wrap:wrap;gap:6px;width:100%;line-height:1}.price-label{display:none}.price,.default-price{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14.4px;font-weight:400;line-height:1;color:#0d0d0d;letter-spacing:0;display:inline-block;min-height:1em;min-width:1px}@media screen and (max-width: 539px){.price,.default-price{font-size:13px}}.old-price{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14.4px;font-weight:400;color:#888;line-height:1;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#888;display:inline-block}@media screen and (max-width: 539px){.old-price{font-size:13px}}.container-button{position:absolute;left:0;right:0;bottom:0;width:100%;margin:0;padding:0;display:flex;justify-content:center;pointer-events:none;z-index:2}.shop-hover{width:100%;padding:14px 8px;text-align:center;display:block;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:1.6px;line-height:1.2;text-transform:uppercase;color:#fff;background:#0d0d0de0;border:0;border-radius:0;box-sizing:border-box;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,background-color .2s ease}@media (hover: hover){.shop-hover:hover{background:#0d0d0d}}@media screen and (max-width: 539px){.shop-hover{display:none}}.a-container:hover .shop-hover,.a-container:focus-visible .shop-hover{opacity:1;transform:translateY(0);pointer-events:auto}.badge-oferta{position:absolute;top:8px;left:8px;background:#b73a32;color:#fff;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:500;padding:6px 10px;border-radius:0;text-transform:none;letter-spacing:0;z-index:2}@media screen and (max-width: 539px){.badge-oferta{font-size:10px;top:6px;left:6px;padding:5px 8px}}.hide{display:none}@keyframes shine{to{background-position:right -40px top 0}}.sitemap{display:grid;grid-template-columns:25% 25% 25%;gap:25px;padding:0 40px 50px;justify-content:center}@media screen and (max-width: 539px){.sitemap{display:block}}.sitemap a{text-decoration:none;color:#0d0d0d;position:relative;display:block;padding:4px 0;transition:.5s}.sitemap a:hover{font-weight:800}.sitemap-container{display:none;min-height:50rem;padding-top:10rem;text-align:center}@media screen and (min-width: 540px) and (max-width: 1400px),screen and (max-width: 539px){.sitemap-container{padding-top:8rem}.sitemap-container h1{margin-top:0}}
