.cart-page{padding:48px 0 85px;background:#faf9fc}.cart-heading{margin-bottom:30px}.cart-heading>span{display:inline-flex;gap:8px;align-items:center;color:var(--light-primary);font-size:13px;font-weight:700}.cart-heading h1{margin:7px 0 5px;font-size:36px;line-height:1.2}.cart-heading p{margin:0;color:#777}.cart-notice{margin:0 0 22px;padding:13px 15px;display:flex;gap:9px;align-items:flex-start;border-radius:7px}.cart-notice.is-error{color:#a22b38;background:#fff0f2}.cart-notice.is-success{color:#18723a;background:#edf9f1}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.cart-products{display:grid;gap:19px}.cart-product{overflow:hidden;border:1px solid #e1dee7;border-radius:10px;background:#fff}.cart-product__head{padding:18px;display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:18px;align-items:center}.cart-product__head>a{height:105px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#f7f7f8}.cart-product__head img{width:100%;height:100%;object-fit:contain}.cart-product__head div>span,.cart-product__head small{color:#888;font-size:11px}.cart-product__head h2{margin:5px 0 3px;font-size:19px;line-height:1.35}.cart-product__head button{min-height:44px;padding:9px 11px;display:flex;gap:7px;align-items:center;border:0;border-radius:6px;color:#b0464d;background:#fff2f3;cursor:pointer}.cart-modules{border-top:1px solid #ece9f0}.cart-module{min-height:56px;padding:10px 18px;display:grid;grid-template-columns:minmax(190px,1fr) 125px 80px 125px;gap:14px;align-items:center;border-bottom:1px solid #efedf2}.cart-module.is-head{min-height:42px;color:#fff;background:#5d526f;font-size:12px}.cart-module:not(.is-head)>strong:last-child{text-align:right}.cart-module input{width:62px;height:42px;border:1px solid #d8d4df;border-radius:6px;text-align:center;font-size:16px}.cart-product>footer{min-height:62px;padding:13px 20px;display:flex;gap:18px;align-items:center;justify-content:flex-end;background:#f7f5fa}.cart-product>footer strong{color:var(--light-primary);font-size:21px}.cart-summary{position:sticky;top:18px;padding:24px;border:1px solid #dfdbe5;border-radius:10px;background:#fff;box-shadow:0 15px 35px rgba(57,48,72,.07)}.cart-summary h2{margin:0 0 18px;font-size:22px}.cart-summary>div{padding:11px 0;display:flex;justify-content:space-between;border-bottom:1px solid #ece9ef}.cart-summary__total{margin-top:3px;align-items:end}.cart-summary__total strong{color:var(--light-primary);font-size:25px}.cart-summary p{margin:17px 0;color:#777;font-size:11px;line-height:1.55}.cart-summary p i{margin-right:5px;color:var(--light-primary)}.cart-summary>button:not(.cart-clear),.cart-summary>a{width:100%;min-height:54px;margin-top:11px;padding:11px 15px;display:flex;gap:9px;align-items:center;justify-content:center;border:0;border-radius:7px;font-weight:700}.cart-summary>button:not(.cart-clear){color:#fff;background:#5d526f;cursor:pointer}.cart-summary>a{border:1px solid #bcb4c7;color:#554a67;background:#fff}.cart-clear{width:100%;min-height:44px;margin-top:10px;border:0;color:#ad4b52;background:transparent;cursor:pointer}.cart-empty{min-height:390px;padding:50px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d6d1dd;border-radius:11px;background:#fff;text-align:center}.cart-empty>i{color:#9a82e0;font-size:48px}.cart-empty h2{margin:17px 0 6px;font-size:25px}.cart-empty p{margin:0;color:#777}.cart-empty a{min-height:50px;margin-top:23px;padding:11px 20px;display:inline-flex;align-items:center;border-radius:7px;color:#fff;background:#5d526f;font-weight:700}
@media(max-width:980px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}
@media(max-width:680px){.cart-page{padding:30px 0 60px}.cart-page>.container{width:calc(100% - 24px)}.cart-heading h1{font-size:30px}.cart-product__head{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:13px}.cart-product__head>a{height:75px}.cart-product__head h2{font-size:15px}.cart-product__head>button{grid-column:1/-1;justify-content:center}.cart-module.is-head{display:none}.cart-module{padding:13px;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px}.cart-module>strong:first-child{grid-column:1/-1}.cart-module>span:before{content:'Birim: ';color:#888;font-size:10px}.cart-module label{justify-self:end}.cart-module:not(.is-head)>strong:last-child{grid-column:1/-1;padding-top:6px;border-top:1px dashed #e4e0e8}.cart-module:not(.is-head)>strong:last-child:before{content:'Toplam: ';color:#888;font-size:11px;font-weight:400}.cart-product>footer{justify-content:space-between}.cart-summary{padding:20px 16px}.cart-empty{min-height:330px}.cart-empty h2{font-size:22px}}
.cart-product__discount{margin-top:7px;display:flex;gap:5px;align-items:center;color:#18723a;font-size:11px;font-style:normal;font-weight:700}
