* {
    outline: none;
}

.rl-contentpackprice {
    position: static;
    transform: scale(1) !important;
}

/* product-info-container */
.product-info-container {
    display: grid;
    grid-template-columns: calc(100% - 408px) 392px;
    grid-template-rows: auto auto;
}

.product-info-container .product-image {
    position: relative;
}

.product-info-container .product-image::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 10;
    display: block;
    background-image: url(../images/weekly-special-label.jpg);
    width: clamp(150px, 20%, 200px);
    aspect-ratio: 5/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 1200px) {
    .product-info-container {
        display: block;
    }
}

.content-item-section > div{
    border-bottom: 1px solid #cccccc;
}

.rl-row-bottom-80 {
    padding-top: 0;
    padding-bottom: calc( 32px + 2.5vw );
}

.anchor-space:before {
    content: "";
    display: block;
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
}

.nav-anchor {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-anchor-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-anchor .anchor-btn {
    flex: 1;
    max-width: 300px;
    background: #ff9f00;
    border: solid;
    border-radius: 5px;
    color: #FFF;
    font-size: calc(0.75vw + 15.6px);
    font-weight: bold;
    outline: #ff9f00;
    padding: 1rem 2rem;
    text-align: center;
    cursor: pointer;
}

.nav-anchor .anchor-btn:hover {
    text-decoration: none;
}

.nav-anchor .anchor-btn:hover {
    background: #fff;
    color: #ff9f00;
    outline: #ff9f00;
}

@media screen and (max-width: 768px) {
    .nav-anchor-container {
        flex-direction: column;
    }

    .nav-anchor .anchor-btn {
        width: 100%;
        max-width: none;
    }
}

.area-title {
    font-size: calc(26.4px + 0.5vw);
    color: #555;
    font-weight: 300;
    padding-top: calc(32px + 2.5vw);
    padding-bottom: calc(16px + 1.25vw);
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    border-top: 1px solid #cccccc;
}

.area-title:first-child {
    border-top: none;
}

.col-layout > div {
    margin: 15px 0;
}

.col-layout .content-wrapper {
    overflow: hidden;
}

.col-layout .content-wrapper .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

.col-layout .content-wrapper:hover .mask {
    box-shadow: inset 0px 0px 250px 10px #000000;
}

.col-layout .content-wrapper img {
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-layout .content-wrapper:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.col-layout.no-scale .content-wrapper:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}



/*------------------------------------
        $Content-Item
------------------------------------*/
.content-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.content-item {
    max-width: 240px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: calc(1.875vw + 34px);
}

.content-item svg.icon {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.rl-card-top-container {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .rl-contentpackprice {
        transform: scale(1) !important;
    }

    .rl-contentpackprice .contentpack-info {
        padding: 30px 20px;
        width: 100%;
        margin: 0;
    }

    .rl-contentpackprice .contentpack-info .mobile-col-one, .rl-contentpackprice .contentpack-info .mobile-col-two {
        width: 100%;
        float: none;
    }

    .rl-contentpackprice .contentpack-info .contentpack-line {
        margin: 30px 0;
        display: block;
        width: 100%;
    }

    .rl-contentpackprice .contentpack-info .mobile-col-one, .rl-contentpackprice .contentpack-info .mobile-col-two {
        width: 100%;
        float: none;
    }

    .rl-contentpackprice .contentpack-info .contentpack-price+.contentpack-price {
        margin-top: 30px;
    }

    .rl-contentpackprice {
        position: static;
    }

    .arrow.prev.slick-arrow {
        top: 253px;
        bottom: unset;
        left: 50px;
    }

    .arrow.next.slick-arrow {
        top: 253px;
        bottom: unset;
        right: 50px;
    }
}

@media (max-width: 768px) {
    .content-items {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media (max-width: 480px) {
    .col-layout>div {
        width: 100%;
    }
}
