
    
body {
    opacity: 1
  }
    
    .textlinks {
        font-family: "Montserrat", Arial, sans-serif !important;
        font-size: 13px;
        width: 100%;
        padding: 25px 0;
        /* margin-bottom: 27px; */
        display: flex;
        justify-content: center;
        color: #181818;
        text-decoration: none;
    }
  
    .textlinks>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        cursor: pointer;
        position: relative;
    }
  
  
    /* unvisited link */
    .textlinks a:link {
      color: #0c0c0c;
      text-decoration: none;
    }
  
    /* visited link */
    .textlinks a:visited {
      color: #0c0c0c;
      text-decoration: none;
    }
  
    /* mouse over link */
    .textlinks a:hover {
      color: #0c0c0c;
      text-decoration: none;
    }
  
    /* selected link */
    .textlinks a:active {
      color: #0c0c0c;
      text-decoration: none;
    }
  
    .fragnance {
        background-image: url(/mediaMarket-pl/8728/baner-hp-280x329-ona_unq_f63e0e43254e4c4993185fca786de6c1.jpg);
        image-rendering: optimizeQuality;
        background-position: center;
  
    }
  
    .color {
        background-image: url(/mediaMarket-pl/8729/baner-hp-280x329-on_unq_2b59024b0249446e9116a1d253d6518b.jpg);
        image-rendering: optimizeQuality;
        background-position: center;
    }
  

  
  
    .nolinkbg a {
        transition: all 0.3s ease !important;
        width: 42%;
        background: none !important;
        text-align: center;
        padding: 8px 0px;
        color: white !important;
        font-weight: 600;
        font-size: 0.65vw;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        top: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 3;
        text-decoration: none;
    }
  
    .a-bundles {
        font-family: "Montserrat", Arial, sans-serif !important;
        font-size: 13px;
        width: 100%;
        padding: 10px 0px;
        /* margin-bottom: 27px; */
        display: flex;
        justify-content: center;
        background: #eaecf3;
        z-index:3;
    }
  
    .a-bundles>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 25%;
        max-width: 17%;
        margin: 0;
        cursor: pointer;
        position: relative;
        z-index:1;

    }
  
    .b-bundles {
        font-family: "Montserrat", Arial, sans-serif !important;
        font-size: 13px;
        width: 100%;
        padding: 0px 0px 25px 0px;
        /* margin-bottom: 27px; */
        display: flex;
        justify-content: center;
        background: #eaecf3;
    }
  
    .b-bundles>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 48%;
        height:  200px;
        max-width: 34%;
        margin: 0;
        cursor: pointer;
        position: relative;
    }
  
    .a-bundles>div img {
        height: 100%;
        width: auto;
        position: relative;
        z-index: -1;
        transition: transform ease .3s;
        transform: scale(1.1);
        image-rendering: optimizeQuality;
    }
  
    .a-bundles>div:nth-child(1):before {
        background: #eaecf3;
    }
  
    .a-bundles>div:nth-child(2):before {
        background: #eaecf3;
        opacity: 0.25;
    }
  
    .a-bundles>div:nth-child(3):before {
        background: #eaecf3;
    }
  
    .a-bundles>div:nth-child(4):before {
        background:  #eaecf3;
    }
  
    .a-bundles>div:nth-child(1):after {
        background: #eaecf3;
    }
  
    .a-bundles>div:nth-child(2):after {
        background: #eaecf3;
    }
  
    .a-bundles>div:nth-child(3):after {
        background: #eaecf3;
    }
  
    .a-bundles>div:nth-child(4):after {
        background: #eaecf3;
    }
  
    .bundle-img {
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 175px;
        width: 95%;
    }
  
    .a-bundles>div:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 10%;
        left: 0;
        pointer-events: none;
        pointer-events: auto;
        width: 100%;
        height: 90%;
        -webkit-transition: width .3s ease 0s;
        transition: width .3s ease 0s;
        z-index: -2;
    }
  
    .a-bundles>div:after {
        /* content: ''; */
        display: block;
        position: absolute;
        bottom: 10%;
        left: 0;
        pointer-events: none;
        pointer-events: auto;
        width: 0;
        height: 90%;
        -webkit-transition: width .3s ease 0s;
        transition: width .3s ease 0s;
        z-index: -1;
    }
  
    .a-bundles>div>div:nth-child(1) {
        font-size: 13px;
        font-weight: normal;
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: center;
    }
  
    .a-bundles>div>div:nth-child(2) {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 10px;
        text-align: center;
    }
  
    .a-bundles>div>div:nth-child(3) {
        font-size: 22px;
        line-height: 1.2em;
        color: #181818;
        text-align: center;
    }
  
    .a-bundles sup {
        top: -.5rem;
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
  
    .a-bundles a {
        transition: all 0.3s ease !important;
        width: 70%;
        height: 100%;
        background: black;
        text-align: center;
        padding: 8px 0px;
        color: white !important;
        font-weight: 600;
        font-size: 0.95vw;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        top: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 3;
        text-decoration: none;
    }
  
    .a-bundles>div:hover a {
        opacity: 1;
    }
  
    .a-bundles>div {
        transition: transform 1s ease;
        transition-delay: 0s;
    }
  
    .a-bundles>div.a-bunles-box-show {}
  
    .a-bundles .text {
        transition: opacity 500ms ease, transform 500ms ease;
        transition-delay: 500ms, 500ms;
    }
  
    .a-bundles .a-bunles-box-show .text {
        opacity: 1;
        z-index: 100;
    }
  
    .a-bundles>div {
        padding-top: 100px;
    }
  
    .a-bundles>div>.text:nth-child(1) {
        position: absolute;
        left: 3px;
        top: 20px;
        font-size: 1.4em;
        width: 48%;
        text-align: left;
        padding-right: 10px;
    }
  
    .a-bundles>div>.text:nth-child(2) {
        position: absolute;
        left: 30px;
        top: 56px;
        font-weight: 900;
        font-size: 1.7em;
    }
  
    .a-bundles>div>.text:nth-child(3) {
        position: absolute;
        right: 30px;
        top: 10px;
        background: white; 
        border-radius: 50%;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        color:  black;
        font-weight: 600;
    }
  
    @media screen and (max-width : 1680px) {
        .a-bundles>div img {
            transform: none !important;
        }
  
        .a-bundles>div>.text:nth-child(1) {
            font-size: 1.2em !important;
        }
  
        .a-bundles>div>.text:nth-child(2) {
            font-size: 1.5em !important;
        }
  
        .a-bundles>div:hover img {
            transform: scale(1.27) !important;
        }
    }
  
    @media screen and (max-width : 1390px) {
        .a-bundles>div {
            max-width: 280px !important;
            max-height: 329px !important;
        }
    }
  
    @media screen and (max-width : 1200px) {
        .a-bundles>div {
            max-width: 24% !important;
        }
  
        .a-bundles>div img {
            transform: none !important;
        }
        .a-bundles>div:hover img {
            transform: scale(1.25) !important;
        }
  
        .a-bundles>div>.text:nth-child(1) {
            width: 62%;
            font-size: 1.1em !important;
            left: 10px !important;
        }
  
        .a-bundles>div>.text:nth-child(2) {
            font-size: 1.1em !important;
            left: 10px !important;
        }
  
        .a-bundles>div>.text:nth-child(3) {
            font-size: 1.3em;
            right: 10px !important;
            width: 60px;
            height: 60px;
        }
    }
  
    @media screen and (max-width : 900px) {
        .a-bundles>div>.text:nth-child(1) {
            width: 56%;
        }
    }
  
    @media screen and (max-width : 750px) {
        .a-bundles>div>.text:nth-child(1) {
            width: 48%;
            font-size: 1em !important;
            left: 10px !important;
        }
    }
