/* [S] divider */
.ct2-sk-divider {
    display: block;
    width: 100vw;
    height: 8px;
    margin-left: -16px;
    background-color: #F6F7F9;
}
/* [E] divider */

/* [S] container */
.ct2-sk-container {
    padding: 0;
}
@media (min-width: 1200px) {
    .ct2-sk-container {
        width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
    }
}
/* [E] container */

/* [S] title */
.ct2-sk-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    padding: 40px 0;
}
/* [E] title */

/* [S] bottomSection */
.ct2-sk-bottomSection {
    padding: 0 16px 30px;
}
@media (min-width: 1200px) {
    .ct2-sk-bottomSection {
        padding: 0;
        width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
    }
}

/* [E] bottomSection */

/* [S] left */
.ct2-sk-left {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
@media (min-width: 1200px) {
    .ct2-sk-left {
        width: 792px;
        gap: 52px;
    }
}
/* [E] left */

/* [S] right */
.ct2-sk-right {}
@media (min-width: 1200px) {
    .ct2-sk-right {
        width: 324px;
    }
}
/* [E] right */

/* [S] product-card */
.ct2-sk-product-card .ct2-sk-img { width: 80px; height: 80px; }
.ct2-sk-product-card .ct2-sk-product-bottom { margin-top: 8px; display: flex; justify-content: space-between; }
.ct2-sk-product-card .ct2-sk-product-bottom-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
    align-items: flex-end;
}
@media (min-width: 1200px) {
    .ct2-sk-product-card .ct2-sk-img { width: 105px; height: 105px; }
    .ct2-sk-product-card .ct2-sk-product-bottom { align-items: center; }
    .ct2-sk-product-card .ct2-sk-product-bottom-right { margin-top: 0; }
}
/* [E] product-card */

/* [S] promo & offers */
.ct2-sk-promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
}
.ct2-sk-promo-content { padding: 8px 0 36px; }
.ct2-sk-apply-button { width: 80px; }
@media (min-width: 1200px) {
    .ct2-sk-promo-header { padding: 0; }
    .ct2-sk-promo-content { border: 1px solid #E5E7EA;  margin-top: 12px; padding: 16px; }
    .ct2-sk-apply-button { width: 82px; }
}
/* [E] promo & offers */

/* [S] order preview */
.ct2-sk-order-container { padding-top: 24px; }
.ct2-sk-cutting-line {
    width: 100%;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='2.02553 2 8.94897 5' fill='none'%3E%3Cpath d='M10.9745 0.5L6.5 5.26923L2.02553 0.5L10.9745 0.5Z' stroke='%23E5E7EA' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 7px 5px;
    background-position: -3.5px 2px;
}
.ct2-sk-checkout-button { padding-top: 24px; }
.ct2-sk-checkout-button > div { height: 35px; }
@media (min-width: 1200px) {
    .ct2-sk-order-container { padding-top: 0; }
    .ct2-sk-checkout-button { padding-top: 30px; }
    .ct2-sk-checkout-button > div { height: 50px; }
}
/* [E] order preview */