.coca-collection{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.coca-collection{padding-left:5rem;padding-right:5rem}}.coca-collection__title{text-align:center;font-size:32px;font-weight:400;letter-spacing:3px;margin:40px 0 30px;color:#333;text-transform:uppercase}.coca-collection__layout{display:flex;gap:40px}.coca-collection__sidebar{width:220px;flex-shrink:0}.coca-filter__section{border-bottom:1px solid #e0e0e0;padding:18px 0}.coca-filter__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:12px}.coca-filter__title{font-size:14px;line-height:1.2;font-weight:400;color:#222;display:flex;align-items:center}.coca-filter__toggle{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;color:#444;transform:rotate(180deg);transition:transform .2s ease}.coca-filter__toggle .icon{width:1rem;height:1rem;display:block}.coca-filter__section.is-collapsed .coca-filter__toggle{transform:rotate(0)}.coca-filter__options{display:flex;flex-direction:column;gap:10px}.coca-filter__option{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.4;letter-spacing:.04em;color:#3a3a3a;cursor:pointer;min-height:24px;padding:0}.coca-filter__option input[type=radio],.coca-filter__option input[type=checkbox]{width:16px;height:16px;border:1px solid #cfcfcf;border-radius:0;-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;flex:0 0 16px}.coca-filter__option input[type=radio]:checked,.coca-filter__option input[type=checkbox]:checked{background-color:#111;border-color:#111;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.4L6.5 11.6L12.8 4.8' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 10px}.coca-filter__category-list{display:flex;flex-direction:column;gap:12px}.coca-filter__category-item{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.4;letter-spacing:.04em;color:#3a3a3a;min-height:24px;padding:0}.coca-filter__category-item input[type=checkbox],.coca-filter__category-item input[type=radio]{width:16px;height:16px;border:1px solid #cfcfcf;border-radius:0;-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;flex:0 0 16px}.coca-filter__category-item input[type=checkbox]:checked,.coca-filter__category-item input[type=radio]:checked{background-color:#111;border-color:#111;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.4L6.5 11.6L12.8 4.8' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 10px}.coca-filter__color-list{display:flex;flex-direction:column;gap:10px}.coca-filter__color-item{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.4;letter-spacing:.04em;color:#3a3a3a;cursor:pointer;min-height:24px;padding:0}.coca-filter__color-item input[type=checkbox]{width:16px;height:16px;border:1px solid #cfcfcf;border-radius:0;-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;flex:0 0 16px}.coca-filter__color-item input[type=checkbox]:checked{background-color:#111;border-color:#111;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.4L6.5 11.6L12.8 4.8' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 10px}.coca-filter__color-swatch{width:16px;height:16px;border-radius:0;border:1px solid #ddd;flex:0 0 16px}.coca-filter__color-swatch--white{background:#fff}.coca-filter__color-swatch--beige{background:#e8dcc4}.coca-filter__color-swatch--brown{background:#8b7355}.coca-filter__color-swatch--gray{background:#999}.coca-filter__color-swatch--black{background:#333}.coca-filter__color-swatch--pink{background:#ffb6c1}.coca-filter__color-swatch--blue{background:#4169e1}.coca-filter__color-swatch--red{background:#dc143c}.coca-filter__color-swatch--yellow{background:gold}.coca-filter__color-swatch--green{background:#228b22}.coca-filter__empty{margin:0;font-size:12px;color:#777}.coca-collection__products{flex:1}.coca-collection__pagination{margin-top:2.4rem;display:flex;justify-content:center}.coca-pagination__list{list-style:none;display:flex;align-items:center;gap:.8rem;margin:0;padding:0}.coca-pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:3.2rem;height:3.2rem;padding:0 .8rem;border:1px solid #ddd;color:#222;text-decoration:none;font-size:1.3rem;line-height:1}.coca-pagination__item.is-current{border-color:#111;color:#111;font-weight:600}.coca-pagination__item--gap{border-color:transparent}.coca-pagination__icon{width:1.6rem;height:1.6rem;display:inline-flex}.coca-pagination__icon svg{width:100%;height:100%}.coca-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.coca-product-card{position:relative}.coca-product-card__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5}.coca-product-card__image{width:100%;height:100%;object-fit:cover}.coca-product-card__badge{position:absolute;top:10px;left:10px;background:#d4b896;color:#fff;font-size:10px;padding:4px 8px;letter-spacing:1px}.coca-product-card__badge--soldout{background:#999}.coca-product-card__tag{position:absolute;top:10px;right:10px;background:#fff;border:1px solid #333;font-size:10px;padding:4px 8px;letter-spacing:1px}.coca-product-item__info{padding:12px 0}.coca-product-card__name{font-size:13px;color:#333;line-height:1.5;margin-bottom:8px}.coca-product-card__price{font-size:14px;color:#333;font-weight:500}.coca-product-card__colors{display:flex;gap:6px;margin-top:8px}.coca-product-card__color-dot{width:10px;height:10px;border-radius:50%;border:1px solid #ddd;cursor:pointer}.coca-product-card__color-dot--active{border-color:#333;box-shadow:0 0 0 1px #fff,0 0 0 2px #333}.coca-mobile-filter-bar{display:none;padding:15px 0;border-bottom:1px solid #e5e5e5;margin-bottom:20px}.coca-mobile-filter__list{display:flex;gap:10px;overflow-x:auto;padding:0 15px}.coca-mobile-filter__item{flex-shrink:0;padding:8px 16px;border:1px solid #ddd;border-radius:4px;font-size:13px;color:#333;background:#fff;cursor:pointer;display:flex;align-items:center;gap:5px}.coca-mobile-filter__item:after{content:"";display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333}.coca-mobile-filter-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease}.coca-mobile-filter-drawer.active{opacity:1;visibility:visible;pointer-events:auto}.coca-mobile-filter-drawer__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000059}.coca-mobile-filter-drawer__content{position:absolute;top:0;right:0;bottom:0;left:auto;width:min(80vw,340px);background:#fff;border-radius:0;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.coca-mobile-filter-drawer.active .coca-mobile-filter-drawer__content{transform:translate(0)}.coca-mobile-filter-drawer__header{padding:22px 20px 14px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.coca-mobile-filter-drawer__title{font-size:24px;line-height:1;font-weight:500}.coca-mobile-filter-drawer__close{background:none;border:none;font-size:28px;line-height:1;color:#111;padding:0;cursor:pointer}.coca-mobile-filter-drawer__body{flex:1;overflow-y:auto;padding:18px 20px 170px}.coca-mobile-filter-drawer__body .coca-filter__options,.coca-mobile-filter-drawer__body .coca-filter__category-list,.coca-mobile-filter-drawer__body .coca-filter__color-list{gap:16px}.coca-mobile-filter-drawer__body .coca-filter__option,.coca-mobile-filter-drawer__body .coca-filter__category-item,.coca-mobile-filter-drawer__body .coca-filter__color-item{font-size:16px;line-height:1.3;color:#111;gap:12px}.coca-mobile-filter-drawer__body .coca-filter__option input[type=radio],.coca-mobile-filter-drawer__body .coca-filter__option input[type=checkbox],.coca-mobile-filter-drawer__body .coca-filter__category-item input[type=checkbox],.coca-mobile-filter-drawer__body .coca-filter__category-item input[type=radio],.coca-mobile-filter-drawer__body .coca-filter__color-item input[type=checkbox]{width:18px;height:18px;border:1px solid #bfbfbf;background:#fff}.coca-mobile-filter-drawer__body .coca-filter__option input[type=radio]:checked,.coca-mobile-filter-drawer__body .coca-filter__option input[type=checkbox]:checked,.coca-mobile-filter-drawer__body .coca-filter__category-item input[type=checkbox]:checked,.coca-mobile-filter-drawer__body .coca-filter__category-item input[type=radio]:checked,.coca-mobile-filter-drawer__body .coca-filter__color-item input[type=checkbox]:checked{background:#111;border-color:#111}.coca-mobile-filter-drawer__body .coca-filter__option input[type=radio]:checked{background:radial-gradient(circle,#111 0 35%,#fff 40%)}.coca-mobile-filter-drawer__footer{position:absolute;left:0;right:0;bottom:0;padding:16px 14px 18px;background:#fff;display:flex;flex-direction:column;gap:12px}.coca-mobile-filter-drawer__action{width:100%;height:48px;border-radius:999px;border:1px solid #111;background:#fff;color:#111;font-size:15px;line-height:1;letter-spacing:.04em;cursor:pointer}.coca-mobile-filter-drawer__action--apply{background:#fff}.coca-mobile-filter-drawer__empty{margin:0;color:#666;font-size:14px}@media screen and (max-width:989px){.coca-collection{padding:0 15px}.coca-collection__title{font-size:24px;margin:30px 0 20px}.coca-collection__layout{flex-direction:column;gap:0}.coca-collection__sidebar{display:none}.coca-filter__title{font-size:14px}.coca-filter__option,.coca-filter__category-item,.coca-filter__color-item{font-size:13px}.coca-mobile-filter-bar{display:block;padding:12px 0;border-bottom:0;margin-bottom:12px}.coca-mobile-filter__list{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:0;overflow:visible;background:transparent}.coca-mobile-filter__item{appearance:none;-webkit-appearance:none;box-sizing:border-box;width:auto;flex:0 0 auto;max-width:100%;min-height:40px;justify-content:space-between;border:1px solid #d9d9d9;border-radius:3px;padding:0 12px;font-size:13px;line-height:1;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff}.coca-mobile-filter__item:after{margin-left:8px;flex-shrink:0}.coca-product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.coca-product-card__badge,.coca-product-card__tag{font-size:9px;padding:3px 6px}.coca-product-card__name{font-size:12px}.coca-product-card__price{font-size:13px}}@media screen and (min-width:990px){.coca-mobile-filter-drawer{display:none!important}}.coca-collection .coca-product-grid{display:grid;grid-auto-flow:row;align-items:start;justify-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.coca-collection .coca-product-grid>.coca-product-card{width:100%;min-width:0;margin:0;justify-self:stretch}@media screen and (min-width:1440px){.coca-collection .coca-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:989px){.coca-collection .coca-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection-coca.css.map */
