.product-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.price-section del {
    color: gray;
}

.price-section {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    margin: 10px 0;
}

.offer-badge {
    background-color: #f26a9a;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}

.member-price {
    color: var(--black-color);
    font-weight: bold;
}

.info-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
    display: flex;
    gap: 12px;
    align-items: center;
}

.info-box img {
    width: 40px;
}

.swatches,
.sizes,
.lengths {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 5px 0;
}

.circle-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ccc;
    /* background: url('https://via.placeholder.com/32') center/cover no-repeat; */
    background: #7272f0;
}

.square-box {
    position: relative;
}

.square-box input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.square-box,
.qty-box button {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.square-box.active {
    border-color: var(--black-color);
    font-weight: bold;
}

.qty-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}

.pincode-check {
    margin: 10px 0;
}

.pincode-check strong {
    display: block;
    margin-bottom: 10px;
}

.pincode-check input {
    width: 80%;
}

.pincode-check a {
    font-weight: 600;
    color: var(--black-color) !important;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.action-buttons a {
    flex: 1;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.buy-now {
    border: 1px solid black;
    background: white;
}

.add-to-bag {
    background: var(--black-color);
    color: white;
    border: none;
}

.features {
    display: flex;
    justify-content: space-between;
    background: var(--gray-color);
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.features div {
    flex: 1;
}

.small_img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.small_img__box img {
    width: 90px;
    height: 100%;
  
    cursor: pointer;
    border: 1px solid #000;
}

.product_slider {
    display: flex;
    gap: 1rem;
}

.big_img img {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}

.big_img .slick-track {
    width: auto;
}

.accordion {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 10px;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.accordion-content {
    padding: 10px 20px 20px 20px;
    background-color: #fff;
    display: none;
    font-size: 16px;
    line-height: 1.6;
}

.accordion-content ul {
    padding-left: 20px !important;
}

.accordion-content ul li {
    list-style: disc !important;
}

.accordion.active .accordion-content {
    display: block;
}

.arrow {
    transition: transform 0.3s ease;
}

.accordion.active .arrow {
    transform: rotate(180deg);
}

.review-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 2rem;
}

.ratings-breakdown,
.overall-rating,
.star-selector {
    flex: 1 1 auto;
}

.review-section h3 {
    font-size: 22px;
    margin-bottom: 1rem !important;
}

.ratings-breakdown .bar {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.bar span {
    width: 60px;
}

.bar .progress {
    flex: 1;
    height: 10px;
    background-color: #ddd;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.bar .progress-fill {
    background-color: #00022d;
    height: 100%;
    width: 0%;
}

.overall-rating {
    text-align: center;
}

.overall-rating .stars {
    font-size: 20px;
    color: #00022d;
}

.star-selector {
    text-align: center;
}

.star-selector .star-input {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.star-input {
    flex-direction: row-reverse;
}

.star-input input {
    display: none;
}

.star-input label {
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
    background-color: #00022d;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.star-input label:hover,
.star-input label:hover~label,
.star-input input:checked~label {
    color: white;
    background-color: gold;
}

.review-info {
    font-size: 12px;
    margin-top: 5px;
}

.ratings-summary {
    margin-top: 20px;
    font-weight: bold;
}

.zoom-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.img-zoom-container {
    position: relative;
}

.zoom-image {
    width: 400px;
    height: auto;
}

#zoomLens {
    position: absolute;
    border: 1px solid #000;
    width: 100px;
    height: 100px;
    opacity: 0.4;
    background-color: #fff;
    cursor: crosshair;
    display: none;
}

#zoomResult {
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    display: none;
}

.cart-overlay,
.size_overlay {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 11000;
    transition: .3s ease;
}


.cart-overlay.active,
.size_overlay.active {
    right: 0;
    transition: .3s ease;
}

.cart-sidebar,
.size-sidebar {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-left: 1px solid #ddd;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 11000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.cart-header,
.size_header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.cart-header h2,
.size_header h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.size_content {
    padding: 1rem;
}

.size_content__table {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.size_content__table h6 {
    width: 60%;
    text-transform: capitalize;
    font-weight: 600;
}

.measure h6 {
    font-weight: 600;
    margin-top: 1rem;
    font-size: 20px;
}

.measure p {
    margin: 12px 0 !important;
}

.measure_img img {
    width: 100%;
    margin-top: 1rem;
}

.cart-header .close-btn,
.size_header span {
    cursor: pointer;
    display: flex;
}

.close-btn span,
.size_header span {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

.cart-subtitle {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    padding: 0 15px;
    margin-top: 15px;
}

.progress-line {
    height: 4px;
    background: #0b0b22;
    margin: 8px 15px;
    border-radius: 2px;
}

.offer-msg {
    font-size: 14px;
    color: green;
    font-weight: 600;
    padding: 0 15px 15px;
}

.cart-item {
    display: flex;
    padding: 15px;
    border: 1px solid #eee;
    margin: 10px 15px;
    border-radius: 5px;
    gap: 10px;
}

.cart-item img {
    width: 80px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.cart-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-info h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.cart-info .color-size {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    background: #f2f2f2;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
}

.price-block {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 8px;
}

.price-block .price {
    font-weight: bold;
}

.price-block .old-price {
    text-decoration: line-through;
    color: #999;
}

.color_select {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 .3rem;
}

.price-block .discount {
    color: green;
    font-weight: bold;
    font-size: 13px;
}

.qty-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qty-controls button {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.qty-controls span {
    font-size: 14px;
    width: 20px;
    text-align: center;
}

.trash-icon {
    color: #d00;
    cursor: pointer;
    font-size: 16px;
    align-self: flex-start;
}

.cart-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
}

.subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 5px;
}

.tax-msg {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px !important;
}

.place-order-btn {
    width: 100%;
    background: var(--black-color);
    color: #fff;
    padding: 12px;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.place-order-btn:hover {
    background: #000;
}

.size-section {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.customize_wrapper__faq {
    margin-top: 10px;
}

.customize_heading {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    cursor: pointer;
}

.customize_heading h6:nth-child(2) {
    text-align: center;
}

.customize_heading h6:nth-child(3) {
    text-align: right;
}

.cart-item-box {
    margin-bottom: 0;
    height: 62vh;
    overflow-y: scroll;
}


/* customize_content */
.customize_content {
    display: flex;
    gap: 1rem;
}

.customize_content {
    height: 0;
    overflow: hidden;
    cursor: pointer;
}

.customize_content__box {
    cursor: pointer;
}

.customize_content__box img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.fit-style-flex {
    display: flex;
    gap: 10px;
}

.customize_content__box h6 {
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 5px;
}

.fit-style {
    margin: 1rem 0;
}

.customize_content__box {
    background-color: var(--white-color);
    padding: 5px !important;
    border: 2px solid #ccc;
    width: 100%;
    text-align: center;
    transition: .3s ease all;
    margin-top: 10px;
}

.customize_content__box:hover {
    transform: translateY(-5px);
    transition: .3s ease all;
}

.customize_content__box p {
    font-size: 13px;
}

.customize_content__box.active {
    border: 2px solid var(--black-color);
}

.customize {

    margin-bottom: 12px;
    background-color: #f8f9fa;
    padding: 10px;
    border: 1px solid #ccc;
}

.customize.active .customize_content {
    height: auto;
}

.customize_heading h6 {
    text-transform: capitalize;
}

.select-size-btn {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 1rem;
}

.select-size h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.select-size-btn p {
    text-transform: uppercase;
    font-size: 18px;
}

.select-size-btn button {
    width: 100%;
}

/* offcanvas */
.offcanvas {
    z-index: 9999 !important;
}

.nav {
    justify-content: space-between;
    gap: 10px;
}

.nav li {
    width: 48%;
}

.nav-tabs {
    border-bottom: 0 !important;
    margin-bottom: 2rem !important;
}
.custom_input input{
    border: 1px solid #ccc;
    outline: none;
    padding: 5px 10px;
}
.nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
}

.nav li button {
    width: 100%;
    border-radius: 0 !important;
    text-transform: capitalize;
    color: #000 !important;
    border: 1px solid #ccc !important;
}

@media (max-width: 768px) {
    .review-section {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .action-buttons a {
        font-size: 15px;
        padding: 7px;
    }

    .measure h6 {
        font-size: 18px;
        margin-top: 6px;
    }

    .measure p {
        margin: 7px 0 !important;
        font-size: 15px;
    }

    .ratings-breakdown,
    .overall-rating,
    .star-selector {
        width: 100%;
    }

    .accordion-header {
        font-size: 16px;
        padding: 10px;
    }

    .accordion-content {
        padding: 5px 5px 10px 5px;
    }

    .accordion-content p,
    .accordion-content ul li {
        margin-top: 5px;
        font-size: 14px;
    }

    .review-section h3 {
        font-size: 16px;
        margin-bottom: 5px !important;
    }

    .star-input label {
        font-size: 16px;
        padding: 5px;
    }

    .price-section {
        font-size: 16px;
    }
}

@media (max-width: 600px) {

    .swatches,
    .action-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}

@media(max-width:576px) {
    .size-section {
        margin-bottom: 1rem;
        gap: 5px;
    }

    .fit-style-flex {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .fit-style-flex .customize_content__box {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .square-box,
    .qty-box button {
        padding: 4px 10px;
        font-size: 13px;
    }



    .product_slider {
        flex-direction: column-reverse;
        margin-bottom: 1rem;
    }

    .small_img__box img {
        width: 65px;
        height: 80px;
    }

    .small_img {
        flex-direction: row;
    }
}

@media (max-width: 480px) {
    .cart-sidebar {
        width: 100%;
    }
}