

/* Start:/local/templates/tengu/css/catalog-section.css?17820994221794*/
/* SECTION */
.catalog-wrapper {display: grid;gap:0 50px;width:100%;max-width:100%;margin:0 auto;}

/* SECTIONS LIST */
.catalog-sections {display:grid;grid-template-columns: var(--columns);gap:40px 20px;}
.catalog-sections .item {position:relative;}
.catalog-sections .item-image {display:block;position: relative;z-index: 1;overflow: hidden;}
.catalog-sections .item-image:after {content:'';position: absolute;z-index: 1;inset:0;background:linear-gradient(to bottom,#000000,#00000000 54%,#00000000);opacity: 0.8;}
.catalog-sections .item-image img {aspect-ratio: 560/700;object-position: center center;object-fit: cover;transition: 0.5s;}
.catalog-sections .item-image img.nophoto {object-fit: contain;}
.catalog-sections .item-title {position: absolute;z-index: 2;inset:32px;}
.catalog-sections .item:hover img {transform: scale(1.05);}
.swiper .catalog-sections {gap:0;}

.catalog-section {display:grid;grid-template-columns: var(--columns);gap:40px 20px;}

.product-item {text-align: center;}
.product-item span {display:block;}
.product-item .item-image-wrapper {position: relative;padding-bottom:133.33%;}
.product-item .item-image {width:100%;height:100%;margin:0;position: absolute;inset:0;object-fit: cover;object-position: center center;}
.product-item .item-title-wrapper {}
.product-item .item-title {padding:calc(var(--padding)/2) var(--padding);font-size:18px;font-weight:500;line-height: 1;transition: 0.5s;}
.product-item .item-price-wrapper {display:flex;align-items: center;justify-content: center;gap:var(--padding);font-size:24px;font-weight:700;}
.product-item .item-price-old {text-decoration:line-through;}
.product-item .item-price {}
.product-item .item-price-old + .item-price {color:var(--clr-mustard);}
.product-item:hover .item-title {color:var(--clr-mustard);}



/* End */


/* Start:/local/templates/tengu/css/catalog-detail.css?17820984643569*/
/* DETAIL */
.product-page-grid {display:grid;grid-template-columns: repeat(2,1fr);gap:var(--padding);align-items: start;justify-content: start;}

/* DETAIL OFFERS */
.product-offers-grid, .product-offers-grid > div {width:100%!important;grid-template-columns: 1fr;}
.product-item-detail-info-container[data-entity="sku-line-block"] {font-family: var(--font-family-main);margin-bottom:0;padding:25px 0;border-bottom:1px solid var(--clr-black);}
.product-item-detail-info-container[data-entity="sku-line-block"]:first-child {border-top:1px solid var(--clr-black);}
.product-item-detail-info-container-title {font-size:24px;font-weight:300;margin-bottom: 20px;color:var(--clr-black);}
/* DETAIL OFFERS - options */
.product-item-scu-item-list {margin:0;padding:0;}
.product-item-scu-item-list li, .product-item-scu-item-list div {padding:0;margin:0;box-shadow: none;border:0;}
.product-item-scu-item-text-container {min-width:1px;}
.product-item-scu-item-text-block {}
.product-item-scu-item-text {}
/* DETAIL OFFERS - options - color */
.product-item-sku-color.product-item-scu-item-list {display:flex;gap:16px;}
.product-item-scu-item-text-container[title="Черный"] .product-item-scu-item-text {background:#000000;}
.product-item-scu-item-text-container[title="Синий"] .product-item-scu-item-text {background:#2d00a8;}
.product-item-scu-item-text-container[title="Красный"] .product-item-scu-item-text {background:#ab0000;}
.product-item-scu-item-text-container[title="Коричневый"] .product-item-scu-item-text {background:#883700;}
.product-item-scu-item-text-container[title="Тестовый"] .product-item-scu-item-text {background:#ccbb77;}
.product-item-sku-color .product-item-scu-item-text {position: relative;}
.product-item-sku-color .product-item-scu-item-text:before {content:'';width:15px;height:15px;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:white;opacity:0;transition: 0.5s;}
.product-item-sku-color .selected .product-item-scu-item-text:before {opacity:1;}
.product-item-sku-color .product-item-scu-item-text {width:27px;height:27px;overflow: hidden;text-indent: 42px;}
/* DETAIL OFFERS - options - checks */
.product-item-sku-checks.product-item-scu-item-list {display:grid;gap:10px;}
.product-item-sku-checks .product-item-scu-item-text-block {display:flex;align-items: center;justify-content: start;gap:10px;position: relative;}
.product-item-sku-checks .product-item-scu-item-text-block:before {content:'';width:20px;height:20px;box-shadow: 0 0 0 1px var(--clr-gray) inset;}
.product-item-sku-checks .product-item-scu-item-text-block:after {content:'';width:18px;height:18px;box-shadow: 0 0 0 3px var(--clr-white) inset;background:var(--clr-dgray);position:absolute;left:1px;top:50%;transform: translateY(-50%);opacity:0;transition:0.5s;}
.product-item-sku-checks .selected .product-item-scu-item-text-block:after {opacity:1;}
.product-item-sku-checks .product-item-scu-item-text {font-size:20px;font-weight:300;line-height:1.2;color:var(--clr-black);}
/*
.product-item-sku-checks .product-item-scu-item-text-container.notallowed {display:block!important;position: relative;}
.product-item-sku-checks .product-item-scu-item-text-container.notallowed:before {content:'';position: absolute;left:0;top:0;width:100%;height:100%;}
*/
/* DETAIL OFFERS - options - size */
.product-item-sku-size.product-item-scu-item-list {grid-template-columns:repeat(6,1fr);}
/* DETAIL OFFERS - options - length */
.product-item-sku-length.product-item-scu-item-list {grid-template-columns:repeat(5,1fr);}

/* End */


/* Start:/local/templates/tengu/components/bitrix/catalog/.default/style.min.css?1726527770959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */
/* /local/templates/tengu/css/catalog-section.css?17820994221794 */
/* /local/templates/tengu/css/catalog-detail.css?17820984643569 */
/* /local/templates/tengu/components/bitrix/catalog/.default/style.min.css?1726527770959 */
