/** Shopify CDN: Minification failed

Line 189:1 Expected "}" to go with "{"

**/
.top-navigation__right {
margin-top: 6px;
}


.spDCollection_abovelogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
}
.spDColltion_logo img {
    object-fit: contain;
    max-height: 60px;
    width: auto;
}
.collection-page-video {
    position: relative;
}
.collection-page-video video {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.collection-page-video iframe {
    width: 100%;
    height: 650px;
}
.collection-page-video.active .videoWrprImgOut {
    display: none;
}
.collection-page-video .video_play_svg svg {
    width: 100%;
    height: auto;
}
.collection-page-video .video_play_svg {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 9;
}
.video_wrapper_image img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:8;
}
.spDColltionInr {
    display: flex;
    background: #f7f7f7;
    align-items: center;
}
.spDColltionImg img {
    height: auto;
    display: block;
}
.spDColltion .spDColltionCol {
    width: 50%;
}
.spDColltion .spDColltionCol2 {
    padding: 0 50px;
}
.spDColltionRtLogo {
    max-width: 180px;
    margin: auto;
}
.spDColltion .spDColltionColtxt .spDColltionColtxtPr {
    font-size: 18px;
    color: #11284b;
    max-width: 470px;
    margin: 10px auto 0;
    text-align: center;
}
.spDClltnTbClkInr {
    padding: 24px 0;
    text-align: center;
}
.spDColltionTbHd {
    color: #11284b;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 20px;
}
.spDClltnTbClkBtn ul {
    margin:0;
}
.spDClltnTbClkBtn ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #11284b;
    margin: 0 20px;
    cursor: pointer;
}
/* .spDClltnTbClkBtn ul li.active {
    border-bottom: 2px solid #11284b;
} */
@media(min-width:750px){
  .collection {
    margin: 60px 0 0;
}
  .rk-deskhide {
    display: none !important;
}
}
@media(max-width:1023px) {
.spDColltion .spDColltionCol2 {
    padding: 0 25px;
}
.spDColltion .spDColltionColtxt .spDColltionColtxtPr {
    margin: 15px auto 0;
    font-size: 16px;
}
.spDColltionRtLogo {
    max-width: 130px;
}
}

@media(max-width:749px) {
    .collection {
    margin: 30px 0 0;
}
  .show-desktop{
    display: none !important;
  }
.spDColltion_logo img {
    max-height: 50px;
}
.spDCollection_abovelogo {
    padding: 10px;
}
.spDColltionInr {
    flex-direction: column;
}
.collection-page-video video {
    height: 450px;
}
.collection-page-video iframe {
    height: 450px;
}
.spDColltion .spDColltionCol {
    width: 100%;
}
.spDColltionTbHd {
    font-size: 16px;
    padding: 0 0 10px;
}
.spDColltion .spDColltionCol2 {
    padding: 30px 16px;
}
.spDClltnTbClkBtn ul {
    display: flex;
    overflow: auto;
    padding: 0 0 5px;
    justify-content: center;
}
.spDClltnTbClkBtn ul li {
    margin: 0 5px;
    font-size: 14px;
}
.spDClltnTbClkInr {
    padding: 20px 0 20px;
}
}
.spDColltionInr {
    padding: 24px 0;
}
@media(max-width:749px) {
  .rk-deskhide{
    display: none !important;
  }
 