/* cache 2025-09-30 22:16:18 */
section.cart header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:4rem}section.cart header .h1,section.cart header h1{margin-bottom:0}section.cart header .h1:after,section.cart header h1:after{content:' —';color:#fde253;font-weight:700}section.cart header .more{color:#575757;font-size:2rem;text-decoration:underline;text-decoration-thickness:0.1rem;line-height:1.2;transition:color .2s ease-in-out;display:flex;flex-direction:row;align-items:center;gap:1.5rem}section.cart header .more:hover{cursor:pointer;color:#077985;text-decoration:none}@media (max-width:718px){section.cart header .more{font-size:1.6rem}}section.cart header .more:after{content:'';display:block;width:4.5rem;height:4.5rem}section.cart header .more:after{background:url('/i/svg/more.svg') center center no-repeat}section.cart header .back{color:#575757;font-size:2rem;text-decoration:underline;text-decoration-thickness:0.1rem;line-height:1.2;transition:color .2s ease-in-out;display:flex;flex-direction:row;align-items:center;gap:1.5rem;gap:.8rem}section.cart header .back:hover{cursor:pointer;color:#077985;text-decoration:none}@media (max-width:718px){section.cart header .back{font-size:1.6rem}}section.cart header .back:before{content:'';display:block;width:4.5rem;height:4.5rem}section.cart header .back:before{width:.7rem;height:1.1rem;background:url('/i/svg/back_arrow_primary.svg') center center no-repeat}@media (max-width:calc(698px + 20px)){section.cart header .back,section.cart header .more{display:none}}section.cart main table tr td,section.cart main table tr th{padding:.8rem}section.cart main table tr td:nth-child(2),section.cart main table tr td:nth-child(5),section.cart main table tr td:nth-child(7),section.cart main table tr th:nth-child(2),section.cart main table tr th:nth-child(5),section.cart main table tr th:nth-child(7){display:none}section.cart main table tr th{font-size:1.6rem}section.cart main table tr td .product .name{font-size:1.8rem;line-height:1.2}section.cart main table tr td .product .info{flex-direction:column;align-items:flex-start;gap:1rem}section.cart main table tr td .product .info .article,section.cart main table tr td .product .info .size{font-size:1.6rem;line-height:1.2}section.cart main table tr td .price,section.cart main table tr td .total{font-size:1.8rem;line-height:1.2}section.cart main .data{max-width:initial;width:100%;margin-left:initial}section.cart main .data .info{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}section.cart main .data .info button{width:100%}section.cart main .data .caption{font-size:1.6rem;line-height:1.2}