.full-collection-container .full-collection-title{font-size:1.4rem;font-style:normal;font-weight:700;line-height:normal;padding-bottom:1.2rem;display:flex;align-items:center;gap:1.2rem}.full-collection-container .full-collection-title .svg-wrapper,.full-collection-container .full-collection-title svg{width:18px;height:18px}.full-collection-container .full-collection-title span span{font-weight:400}@media screen and (max-width:990px){.full-collection-container .full-collection-title{gap:1.2rem}.full-collection-container .full-collection-title span span{display:block}}.full-collection-container .full-collection{margin-top:0}.full-collection-container .grid__item-image-wrapper{cursor:pointer}.slider-component-modal-btn{background-color:#fff;border:1px solid rgb(0 0 0 / .1)}.full-collection-container img{max-width:100%;width:100%;height:auto;display:block}.full-collection-container .grid__item:hover .grid__item-image-wrapper,.full-collection-container .grid__item-selected .grid__item-image-wrapper{border-color:#00000080}.full-collection-container a{text-decoration:none}.full-collection-container .grid__item-size{text-align:center;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;padding-top:.6rem}@media screen and (max-width:749px){.full-collection-container .slider--tablet:after{padding-left:0}.full-collection-container .full-collection .grid__item{width:calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);max-width:calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3)}}.full-collection-container .product-popup-modal__opener{display:block}.full-collection-container .button{width:100%;display:flex;padding:0;height:76px;justify-content:center;align-items:center;gap:12px;font-size:1.8rem;font-style:normal;font-weight:700;line-height:normal}.full-collection-container .button:hover{color:rgb(var(--color-button-text))}.full-collection-all-grid .grid__item{border:1px solid #CFCFCF;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem}.full-collection-all-grid .grid__item .product-title,.full-collection-all-grid .grid__item .product-image,.full-collection-all-grid .grid__item .product-price{padding-bottom:2rem}.full-collection-all-grid .grid__item .product-title{font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.full-collection-all-grid .grid__item .product-title span{display:block;font-weight:700;font-size:1.6rem;padding-bottom:.3rem}.full-collection-all-grid .grid__item .product-price{display:flex;align-items:flex-end;gap:.5rem}.full-collection-all-grid .grid__item .product-price .price,.full-collection-all-grid .grid__item .product-price .price-spacer{font-size:1.4rem;font-style:normal;font-weight:700;line-height:normal}.full-collection-all-grid .grid__item .price-sale{text-transform:uppercase}.full-collection-all-grid .grid__item .product-price .price-was{font-size:1.1rem;font-style:normal;font-weight:500;line-height:normal;text-decoration:line-through}.full-collection-all-grid .grid__item .button{width:100%}.product-popup-modal__content-info h1 span{color:#707070;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:749px){.full-collection-all-grid .grid__item .button{min-height:calc(3rem + var(--buttons-border-width) * 2)}}@media screen and (min-width:990px){.full-collection-container .full-collection .grid__item{width:108px}.full-collection.slider--desktop .slider__slide:first-child{margin-left:0;scroll-margin-left:0}.full-collection.slider--desktop:after{padding-left:0}}.header-container{padding:.5rem}.full-collection-container .slider-buttons{margin:2rem}.full-collection-container .slider-buttons .svg-wrapper{color:#000;width:auto;height:auto}.full-collection-container .slider-buttons .svg-wrapper:hover{color:#fff}.full-collection-container .slider-button .icon{height:2.6rem}.full-collection-container .slider-buttons .slider-button--prev svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.full-collection-container .slider-buttons .slider-button--next svg{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.full-collection-container .slider-buttons .slider-button--prev svg:hover,.full-collection-container .slider-button--prev:not([disabled]):hover .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.full-collection-container .slider-buttons .slider-button--next svg:hover,.full-collection-container .slider-button--next:not([disabled]):hover .icon{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.view-more-collection-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-more-collection-wrapper .product-popup-modal__opener{-webkit-box-flex:1;-ms-flex:1;flex:1}.view-more-collection-wrapper .view-more-image{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:50%}.view-more-collection-wrapper .view-more-image img{width:200px;height:76px;-o-object-fit:contain;object-fit:contain;display:block}.carousel-wrapper{position:relative;overflow:hidden;padding:0 20px}.full-collection.slider{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:14px;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;will-change:transform}.full-collection .slider__slide{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;scroll-snap-align:start}.full-collection-container .slider-buttons{position:absolute;top:50%;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;pointer-events:none}.full-collection-container .slider-button{background:#ffffffd9;border:1px solid #ccc;cursor:pointer;padding:10px;border-radius:50%;pointer-events:auto;-webkit-box-shadow:0 2px 6px rgb(0 0 0 / .15);box-shadow:0 2px 6px #00000026;-webkit-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease}.full-collection-container .slider-button:hover{background:#fff}.full-collection-container .slider-buttons .svg-wrapper{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.full-collection-container .slider-button--prev{left:-35px;top:-65px}.full-collection-container .slider-button--next{right:-35px;top:-65px}.button--view-more-collection{background:#fff0;color:#232e3d;border:1px solid #232e3d;padding:.8rem 2rem;font-size:1.4rem;font-weight:600;border-radius:4px;cursor:pointer;display:inline-block;-webkit-transition:background-color .2s ease,color .2s ease,border-color .2s ease;-o-transition:background-color .2s ease,color .2s ease,border-color .2s ease;transition:background-color .2s ease,color .2s ease,border-color .2s ease;text-transform:none;-webkit-box-shadow:0 4px 8px rgb(0 0 0 / .12);box-shadow:0 4px 8px #0000001f}.button--view-more-collection:hover,.button--view-more-collection:focus{background-color:#232e3d;color:#fff;border-color:#232e3d;-webkit-box-shadow:0 8px 12px rgb(0 0 0 / .16);box-shadow:0 8px 12px #00000029}.button--view-more-collection[disabled]{opacity:.6;cursor:default;pointer-events:none}.button--view-more-collection:focus-visible{outline:2px solid #232e3d;outline-offset:2px}.slideshow__control-wrapper{display:none}@media only screen and (max-width:1024px)and (min-width:768px){.view-more-collection-wrapper{gap:2rem}}@media screen and (max-width:767px){.view-more-collection-wrapper{gap:1rem}.full-collection-container .slider-buttons{display:none}.carousel-wrapper{padding:0}.full-collection.slider{padding-right:20px}.full-collection .slider__slide{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;margin-right:-8px}.slideshow__control-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:1rem;margin-bottom:3rem}.slideshow__control-wrapper .dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.slideshow__control-wrapper .slider-counter__link--active .dot{background:#000}}.full-collection-all-grid .product-image{width:100%;display:flex;align-items:center;justify-content:center}.full-collection-all-grid .product-image img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}
/*# sourceMappingURL=/cdn/shop/t/120/assets/component-full-collection.css.map */
